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

Path Parameters

id
string
required
The tag group binding ID to delete

Response

Returns 204 No Content on success.
curl -X DELETE 'https://api.example.com/tag-group-bindings/tag_binding_001' \
  -H 'Authorization: Bearer YOUR_TOKEN'