Skip to main content
DELETE
/
v0
/
platform
/
tag-groups
/
{tag_group_id}
Delete a tag group
curl --request DELETE \
  --url https://api.sandbox.teal.dev/v0/platform/tag-groups/{tag_group_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": "<unknown>",
  "display_message": "<string>",
  "error_code": "invalid_date"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tag_group_id
string
required

The tag group ID

Response

Successful Response