cURL
curl --request DELETE \ --url https://api.sandbox.verisoul.ai/list/{list_name}/account/{account_id} \ --header 'x-api-key: <api-key>'
{ "request_id": "2346a2b9-7954-480a-9966-612246e05a20", "message": "Account removed from us_users", "success": true }
Removes an account from a specific list
Name of the list to remove the account from
ID of the account to remove from the list
Account removed from list response
The ID of the request
Success message
Whether the operation was successful