SendLit logoSendLit Docs
API ReferenceContactsContactidTagsTag

Remove a tag from a contact

DELETE
/contacts/{contactId}/tags/{tag}
x-sendlit-apikey<token>

In: header

Path Parameters

contactId*string
tag*string

Response Body

application/json

application/json

curl -X DELETE "https://api.sendlit.dev/contacts/string/tags/string"
{
  "contactId": "string",
  "email": "string",
  "name": "string",
  "subscribed": true,
  "customFields": {},
  "tags": [
    "string"
  ],
  "unsubscribeToken": "string",
  "createdAt": "string",
  "updatedAt": "string"
}
{
  "error": "string"
}