Skip to main content
cURL
curl --request DELETE \
  --url https://api.sandbox.verisoul.ai/account/{account_id} \
  --header 'x-api-key: <api-key>'
{
  "request_id": "<string>",
  "success": true,
  "account_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

ID of the account to delete

Response

Account deletion confirmation

request_id
string

The ID of the request

success
boolean

Whether the deletion was successful

account_id
string

The ID of the deleted account