Skip to main content
DELETE
/
v1
/
users
/
me
Delete Account
curl --request DELETE \
  --url https://api.agentpowers.ai/v1/users/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "confirmation": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.

Body

application/json

Request body for account deletion.

confirmation
string
required

Response

Successful Response

The response is of type Response Delete Account V1 Users Me Delete · object.