cURL
curl --request DELETE \ --url https://api.zixflow.com/api/v1/list-entries/{listId}/{entryId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "List Entry deleted successfully" }
This endpoint allows the deletion of a selected list entry.