Skip to main content
DELETE
/
billing
/
change-plan
Cancel a pending plan change
curl --request DELETE \
  --url https://app.autoposting.ai/api-proxy/billing/change-plan \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "cancelled": true
  }
}

Authorizations

Authorization
string
header
required

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

Response

Pending plan change reverted.

success
boolean
required
data
object
required