API ReferenceTags
Remove tag from subject
Tagger is the association between tag and subject.
Authorization
bearerAuth admin, superadmin, superuserAuthorization<token>
In: header
Scope: admin, superadmin, superuser
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Try it live
curl -X DELETE "https://example.com/tags/tagger" \ -H "Content-Type: application/json" \ -d '{ "tagValue": "string", "tagKey": "string", "subjectId": 0.1, "subject": "Machines" }'Empty