API Version 3
cURL
curl --request DELETE \ --url https://paradigm.lighton.ai/api/v3/tags/{id} \ --header 'Authorization: Bearer <token>'
Delete a company tag. This will also remove all Document-Tag associations with this tag. Requires tag deletion permission.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A unique integer value identifying this Tag.
Tag deleted successfully. All Document-Tag associations have been removed.