cURL
curl --request DELETE \ --url https://api.hifello.com/public/v1/contact/{contactId}/tags \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "tags": [ "SELLER", "HOT LEAD" ] }'
{ "tags": [ "HOT LEAD" ] }
Removes tags from a contact in Fello.
The API Key generated from your Fello account.
Fello's unique identifier for a contact.
List of tags to be removed from the contact.
The body is of type object.
object
Success
The response is of type object.
Was this page helpful?