Authorizations
Your unique Avido API key
Your unique Avido Application ID
Path Parameters
The unique identifier of the tag
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Tag deleted successfully
curl --request DELETE \
--url https://api.avidoai.com/v0/tags/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'This response does not have an example.Deletes a tag by ID. This will also remove the tag from all documents.
curl --request DELETE \
--url https://api.avidoai.com/v0/tags/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'This response does not have an example.Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the tag
"123e4567-e89b-12d3-a456-426614174000"
Tag deleted successfully