Skip to content

deleteScheduledNotifications ​

Deletes one or "multiple" scheduled notifications currently scheduled to be sent.

Request ​

http
DELETE /rest/notification/scheduled

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

SAMPLE REQUEST

DELETE /rest/notification/scheduled?version=1&notificationScheduleId=23&&notificationScheduleId=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 ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSUnsupportedVersionExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSInsufficientPrivilegesExceptionSee Error Definitions
WSEventCancelledExceptionSee Error Definitions
WSEventNotFoundExceptionSee Error Definitions
WSEventServiceExceptionSee Error Definitions
WSNotificationServiceExceptionSee Error Definitions