cURL
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 }
Deletes a specific account
ID of the account to delete
Account deletion confirmation
The response is of type object.
object