Skip to main content
DELETE
/
v1
/
account
Delete the authenticated user's account
curl --request DELETE \
  --url https://dev.flextell.ai/api/v1/account \
  --header 'Authorization: Bearer <token>'
{
  "success": "<string>",
  "data": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

current_password
string
required

The current account password.

two_factor_code
string | null

The 6-digit two-factor authentication code.

Response

success
string
required
data
object
required