cURL
curl --request DELETE \ --url https://api.sendx.io/api/v1/rest/list/{listId} \ --header 'X-Team-ApiKey: <api-key>'
{ "id": "sendx123", "message": "Resource (name) has been deleted successfully." }
Deletes a specific list by its ID.
The ID of the list you want to delete
"sendx123"
List deleted successfully
The response is of type object.
object
Was this page helpful?