v3

latestOpenAPI 3.0.12026-08-0474115357.9 KB
Servicedesk

Remove customers

This method removes one or more customers from a service desk. The service desk must have closed access. If any of the passed customers are not associated with the service desk, no changes will be made for those customers and the resource returns a 204 success code.

Permissions required: Services desk administrator

delete/rest/servicedeskapi/servicedesk/{serviceDeskId}/customer

Path parameters

serviceDeskIdstring required

The ID of the service desk the customers should be removed from. This can alternatively be a project identifier.

Request body

accountIdsstring[]

List of users, specified by account IDs, to add to or remove from a service desk.

usernamesstring[]

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details. Use accountIds instead.

Response

Returned if the customers were removed from the service desk, or any of the customers were not associated with the service desk.