DELETE
/
list
/
{list_name}
/
account
/
{account_id}
curl --request DELETE \
  --url https://api.sandbox.verisoul.ai/list/{list_name}/account/{account_id} \
  --header 'x-api-key: <api-key>'
{
  "request_id": "<string>",
  "message": "<string>",
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

list_name
string
required

Name of the list to remove the account from

account_id
string
required

ID of the account to remove from the list

Response

200
application/json
Account removed from list response
request_id
string

The ID of the request

message
string

Success message

success
boolean

Whether the operation was successful