Skip to main content

Endpoint

DELETE /backend/tags/{id}

Path Parameters

id
string
required
Tag ID to delete

Request Example

curl -X DELETE "https://api.leavo.ai/backend/tags/tag-uuid" \
  -H "Authorization: Bearer your_api_key_here"

Response

HTTP 204 No Content
Deleting a tag automatically removes it from all leads that have it.