Skip to main content
DELETE
/
posts
/
{postId}
Delete a post
curl --request DELETE \
  --url https://app.autoposting.ai/api-proxy/posts/{postId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Path Parameters

postId
string
required

Unique identifier of the post.

Example:

"post_01HXYZ"

Response

Post deleted.

success
boolean
required