Skip to main content
POST
/
v1
/
ui
/
operation
/
accounts
/
{id}
/
hard-delete
Hard-delete an account (requires confirmation token)
curl --request POST \
  --url https://api.example.com/v1/ui/operation/accounts/{id}/hard-delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "confirmationToken": "<string>"
}
'

Path Parameters

id
string
required

User ID

Body

application/json
confirmationToken
string
required
Minimum string length: 1

Response

200

Account permanently deleted