cURL
curl --request DELETE \ --url https://api.smokeball.com/contacts/{id}/tags/{tagId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '[ "<string>" ]'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Removes tags from a contact.
The contact ID
The tag ID (optional for bulk delete)
The list of tags for bulk delete
When request is accepted. Returns a hypermedia 'Link' object of the contact tags.