Remove labels from user
POST {{baseUrl}}/api/v1/users/:user_id/labels/remove?labelIds=<list>
This API removes the labels you specify from a particular user.
OAuth Scope
Desk.contacts.UPDATE
Desk.settings.UPDATE
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
helpCenterId | string | ID of the help center from which the labels must be removed | |
labelIds | string | List containing the IDs of the labels to remove |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":true,"id":"24073000002958023","errors":null},{"success":false,"id":"24073000002952323","errors":{"errorCode":"FORBIDDEN","httpCode":403,"error":"Restricted"}}]}