cURL
curl --request DELETE \ --url https://api.sandbox.verisoul.ai/list/{list_name} \ --header 'x-api-key: <api-key>'
{ "request_id": "2346a2b9-7954-480a-9966-612246e05a20", "message": "List us_users deleted", "success": true }
Deletes a list with the specified name
Name of the list to delete
List deletion response
The response is of type object.
object