Skip to main content
DELETE
/
v1
/
posts
/
{id}
Cancel a queued scheduled post
curl --request DELETE \
  --url https://api.letmepost.dev/v1/posts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.

Path Parameters

id
string
required

Response

Cancellation applied.

id
string
required
status
enum<string>
required
Available options:
canceled