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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Connected account ID

pid
string
required

Scheduled post ID

Response

200 - application/json

OK

The response is of type object.