removeCustomersFromServiceDesk
Syntax | removeCustomersFromServiceDesk(serviceDeskId, customersAccountIds) | Package |
|
Alias |
| Pkg Usage |
|
Description
Removes a customer or a list of customers from a specified service desk.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
serviceDeskId | number | Yes | The servicedesk id from here to remove the customer/s. |
customersAccountIds | String [] | Yes | The customers' account id/s |
Return Type
Boolean
The returned value has no meaning.
Example
removeCustomersFromServiceDesk(1, currentUserKey());