Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?tagId=tag_engineering&targetId=subject_jane' \ -H 'Authorization: Bearer YOUR_TOKEN'
Was this page helpful?