Skip to main content
DELETE
/
api
/
publish-schedules
/
{scheduleId}
cURL
curl --request DELETE \
  --url https://api.opus.pro/api/publish-schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scheduleId
string
required

Unique ID of the schedule task to cancel

Response

200 - application/json

Successfully canceled the publish schedule

data
object
required

Empty object returned on success