curl --request DELETE \
--url https://api.avidoai.com/v0/tags/{id} \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{}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>'{}