DELETE /api/v3/list/{listId}

Delete a list. For a list to be deleted you must have created the list or have Manage permission and the list is shared with anyone.

DeleteListV3

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
listId The id of the list to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.