Skip to main content
DELETE
Remove Labels from Conversation
This endpoint uses the Label object.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

contactId
string
required

Contact ID

Body

application/json
labelIds
string[]
required

Array of label IDs to remove

Response

Success

ok
boolean