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>" ] }
Documentation IndexFetch the complete documentation index at: https://docs.slant.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.slant.app/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer Token from Clerk authentication
Contact ID
Tag ID to remove
tag removed successfully
Complete list of tag IDs after operation