Contactos
Remove Tag from Contact
Remove a tag assignment from a contact
DELETE
Removes a tag from a contact. The tag itself is not deleted — only the assignment is removed.
Headers
Your API key for authentication. Found in your dashboard under API settings.
Path Parameters
The UUID of the contact.
The UUID of the tag to remove.
Response
Returnstrue on successful removal.
Error Codes
401 Unauthorized— Invalid or missing API key404 Not Found— Contact, tag, or assignment not found500 Internal Server Error— Server-side error
