Skip to main content
DELETE
/
tags
/
{id}
Delete a tag
curl --request DELETE \
  --url https://app.leonar.app/api/v1/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true
  }
}

Authorizations

Authorization
string
header
required

API key starting with leo_

Path Parameters

id
string<uuid>
required

Response

Tag deleted

data
object