Skip to main content
DELETE
Delete Post
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.

Overview

Delete a publisher post. Scheduled posts will have their schedule automatically cancelled. Posts that are currently processing cannot be deleted.

Rate Limiting

This endpoint is rate limited to 10 requests per minute per API key.
Cannot delete posts that are currently processing. Scheduled posts will have their schedule cancelled automatically.

Response

string
ID of the deleted post
boolean
Always true on success

Example Request

Example Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

postId
string
required

Unique identifier of the post

Response

200 - application/json

Successful response

postId
string
deleted
boolean
default:true