APIPosts

Cancel Scheduled Post

Cancel a post that was scheduled for later. The post will be permanently deleted.

GET
/post/cancelSchedule

Cancel a post that was scheduled for later. The post will be permanently deleted.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/post/cancelSchedule?id=string"
{  "success": true}
{  "success": false}
{  "success": false}