Schedule
Cancel a scheduled post (moves it back to draft)
DELETE
/v1/posts/scheduled/{postId}Authorization
accessKey x-access-key<token>
In: header
Path Parameters
postId*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://api.postpeer.dev/v1/posts/scheduled/string"{
"success": true,
"message": "string"
}{
"success": true,
"message": "string"
}{
"success": true,
"message": "string"
}