Remove a specific tag from a contact by tag ID.
cURL
curl --request DELETE \ --url https://api.slant.app/v1/contacts/{contact_id}/tags/{id} \ --header 'Authorization: Bearer <token>'
{ "tag_ids": [ "<string>" ] }
OAuth 2.0 Bearer Token from Clerk authentication
Contact ID
Tag ID to remove
tag removed successfully
Complete list of tag IDs after operation