Skip to main content
DELETE
/
contacts
/
{id}
/
tags
Remove a tag from a contact
curl --request DELETE \
  --url https://app.leonar.app/api/v1/contacts/{id}/tags \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "invalid_api_key",
    "message": "Invalid API key"
  }
}

Authorizations

Authorization
string
header
required

API key starting with leo_

Path Parameters

id
string<uuid>
required

Contact ID

Query Parameters

tag_id
string<uuid>
required

Response

Tag removed