Skip to main content
DELETE
/
v1
/
auth
/
me
Delete account
curl --request DELETE \
  --url https://api.clipping.cc/v1/auth/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "current_password": "<string>"
}
'
{
  "removed": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Body

application/json
current_password
string
required

Response

Account removed.

removed
boolean