Skip to main content
DELETE
/
users
/
me
Delete user account
curl --request DELETE \
  --url https://api.social-api.ai/v1/users/me \
  --header 'Authorization: <api-key>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Response

User deleted

ok
boolean
Example:

true