Skip to main content
DELETE
/
posts
/
{pid}
Delete or cancel a post
curl --request DELETE \
  --url https://api.social-api.ai/v1/posts/{pid} \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

pid
string
required

Scheduled post ID

Response

Post deleted

success
boolean
Example:

true