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

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.