Skip to main content
DELETE
/
tag-source-groups
Delete tag source group
curl --request DELETE \
  --url https://developer.qaip.com/api/v1/tag-source-groups \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "tag_id": "<string>",
  "source_group_id": "<string>"
}
'
{
  "tag_id": "<string>",
  "source_group_id": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
tag_id
string
required

Tag ID

source_group_id
string
required

Source group ID. The source group ID corresponds to the job ID for each data source.

Response

Successfully deleted tag source group

tag_id
string
required

Tag ID

source_group_id
string
required

Source group ID. The source group ID corresponds to the job ID for each data source.