unsubscribeNotifications
Description
Unsubscribe an user to request notification for a specific customer request.
Syntax | unsubscribeNotifications(requestId_or_Key, userAccountId) | Package |
|
Alias |
| Pkg Usage |
|
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
requestId_or_Key | string | Yes | The key or the id of the customer request |
userAccountId | string | Yes | The account id of the user that will be unsubscribed. |
Return Type
boolean
Returns 'true' if it does not end in error.
Example
unsubscribeNotifications("SM-92", "user_account_id");