cancel_postCancel a post
Cancels a scheduled or queued post before it publishes.
- Category
- Posts
- Calls
- DEL/v1/posts/{id}
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
idstringrequiredPost id to cancel.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "cancel_post",
"arguments": {
"id": "a1b2c3d4-0000-4000-8000-000000000000"
}
}