cURL
Social Posting
Cancel a Scheduled Post
You can cancel a scheduled social post by making a DELETE request to https://api.opus.pro/api/publish-schedules/{scheduleId}.
DELETE
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique ID of the schedule task to cancel
Response
200 - application/json
Successfully canceled the publish schedule
Empty object returned on success