v1

latestOpenAPI 3.0.02026-07-17316378.3 KB
Call

/v0.1/CancelScheduledPlay/

Cancels a scheduled playback request

post/v0.1/CancelScheduledPlay/

Response

Response

Message'Scheduled Play Cancelation Executed' | 'SchedPlayId Parameter must be present' | 'Scheduled Play Cancelation Failed -- ID not found' | 'Scheduled Play Cancelation Failed' required

Response message

Successboolean required

Whether the request was successful or not

Example response

{
  "Message": "Scheduled Play Cancelation Executed",
  "Success": true
}