cURL
curl --request POST \ --url https://reelmirror.com/api/v1/publishing/posts/{id}/cancel \ --header 'Authorization: Bearer <token>'
{ "data": { "status": "cancelled" } }
Cancel a scheduled outgoing post before it is published.
API key (rm_xxx) or JWT token
Post cancelled
Show child attributes