Skip to main content
DELETE
http://localhost:3000
/
tag-groups
/
{id}
curl -X DELETE 'https://api.example.com/tag-groups/tag_group_priority' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{}

Path Parameters

id
string
required
ID of the tag group to delete

Response

Returns no content on success.
curl -X DELETE 'https://api.example.com/tag-groups/tag_group_priority' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{}