curl --request DELETE \
--url https://api.crevio.co/v1/tags/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Deletes a tag
curl --request DELETE \
--url https://api.crevio.co/v1/tags/{id} \
--header 'Authorization: <api-key>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Was this page helpful?