Skip to content

Delete current user's account

DELETE
/v1/users/me
curl --request DELETE \
--url https://app.everruns.com/api/v1/users/me

Hard-deletes the user and all associated data (API keys, memberships, tokens). This action is irreversible.

Account deleted

Media type application/json

Response for account deletion

object
deleted
required
boolean
Example generated
{
"deleted": true
}

Unauthorized

User not found

Internal server error