cURL
curl --request DELETE \ --url https://app.tryspecter.com/api/v1/lists/people/{listId} \ --header 'X-API-Key: <api-key>'
{ "errorCode": "INVALID_LIST_UUID", "message": "List id must be a valid UUID." }
Permanently delete a people list and all its associated data. This action cannot be undone.
The list must be shared with the API, and when deleted will be removed from the users lists.
The UUID of the list being requested
OK