cURL
curl --request POST \ --url https://{subdomain}.mihu.ai/api/v1/contacts/{uuid}/remove-tag \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tag_id": 1 }'
{ "success": true, "message": "Tag removed from contact successfully", "data": [ "<unknown>" ] }
Removes a tag from a specific contact.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the contact
1
Success
true
"Tag removed from contact successfully"