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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Success

success
boolean
required
Example:

true