<!-- https://cutedyno.com/docs/mcp/tools/cancel_post -->

# Cancel a post

MCP tool `cancel_post`, calling `DELETE /v1/posts/{id}`.

Cancels a scheduled or queued post before it publishes.

Read only: no.

## Parameters

- `id` (string, required) — Post id to cancel.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.