Skip to main content
POST
/
orgs
/
delete-confirm
Confirm deletion
curl --request POST \
  --url https://app.autoposting.ai/api-proxy/orgs/delete-confirm \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Response

Success

success
boolean
required
Example:

true