Appearance
deleteScheduledNotifications ​
Deletes one or "multiple" scheduled notifications currently scheduled to be sent.
Request ​
http
DELETE /rest/notification/scheduledHeaders ​
| Header | Required | Description |
|---|---|---|
x-nextinteract-authtoken | Yes | Auth token returned from loginUser |
Parameters ​
SAMPLE REQUEST
DELETE /rest/notification/scheduled?version=1¬ificationScheduleId=23&¬ificationScheduleId=25
NOTE: multiple notificationScheduleId params can be sent.
Response ​
200 OK ​
SAMPLE RESPONSE
json
{
"numberValue": 1
}Where numberValue is the number of records deleted.
Errors ​
| Exception | Description |
|---|---|
WSInvalidParameterException | See Error Definitions |
WSUnsupportedVersionException | See Error Definitions |
WSInvalidAuthTokenException | See Error Definitions |
WSCacheServiceException | See Error Definitions |
WSInsufficientPrivilegesException | See Error Definitions |
WSEventCancelledException | See Error Definitions |
WSEventNotFoundException | See Error Definitions |
WSEventServiceException | See Error Definitions |
WSNotificationServiceException | See Error Definitions |