Record Tags
Delete Record Tag
Remove a tag from a Record by its text.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to remove the tag from.
Example:
"777"
The tag text to remove.
Example:
"urgent"
Response
The tag was removed (or was not present).
The number of tag rows removed (0 if the tag was not present).
JavaScript