Skip to main content
POST
/
api
/
v1
/
auth
/
account
/
delete
Delete Account
curl --request POST \
  --url https://api.example.com/api/v1/auth/account/delete \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "password": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt

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

Authorizations

X-API-Key
string
header
required

Headers

X-Workspace-Id
string | null

Cookies

riftmap_access
string | null

Body

application/json
password
string | null

Response

Successful Response