curl -X DELETE 'https://api.example.com/tag-assignments/tag_assignment_001' \
-H 'Authorization: Bearer YOUR_TOKEN'
Remove a tag assignment from a target
curl -X DELETE 'https://api.example.com/tag-assignments/tag_assignment_001' \
-H 'Authorization: Bearer YOUR_TOKEN'
curl -X DELETE 'https://api.example.com/tag-assignments/tag_assignment_001' \
-H 'Authorization: Bearer YOUR_TOKEN'
curl -X DELETE 'https://api.example.com/tag-assignments?tagId=tag_engineering&targetId=subject_jane' \
-H 'Authorization: Bearer YOUR_TOKEN'
Was this page helpful?