curl --request DELETE \
  --url https://api.sandbox.verisoul.ai/account/{account_id} \
  --header 'x-api-key: <api-key>'
{
  "request_id": "b733c6eb-d22e-406d-a0aa-2b2cfda2cd44",
  "account_id": "john-doe",
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

ID of the account to delete

Response

200
application/json

Account deletion confirmation

The response is of type object.