Deletes a specific account
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>" }
ID of the account to delete
The ID of the request
Whether the deletion was successful
The ID of the deleted account