curl -X DELETE 'https://api.example.com/tag-group-bindings/tag_binding_001' \
-H 'Authorization: Bearer YOUR_TOKEN'
Remove a tag group binding
curl -X DELETE 'https://api.example.com/tag-group-bindings/tag_binding_001' \
-H 'Authorization: Bearer YOUR_TOKEN'
Was this page helpful?