unlabelContact( )


Removes labels from a contact.

The unlabelContact() function returns a Promise that resolves when the specified labels are removed from the contact.

If a label is no longer needed and you want to remove it from all contacts, you can remove it with the Labels deleteLabel() function.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Contacts
Manage Members and Contacts - all permissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
contactIdstringRequired

ID of the contact to remove labels from.


labelKeysArray<string>Required

List of label keys to remove from the contact.

Returns
Return Type:Promise<UnlabelContactResponse>
Was this helpful?
Yes
No