Delete a list item

Delete List Item

DELETE /lists/{listId}/items/{itemKey} endpoint deletes a single item from a list by its key. This is more efficient than clearing the entire list when you only need to remove one item.

Authentication

x-api-keystring
API keys are used to authenticate the requests.

Path parameters

listIdstringRequired
Unique List Identifier
itemKeystringRequired
The key of the item to delete

Response

OK
statusenum
messagestring
listIdstring
itemKeystring

Errors

404
Not Found Error
500
Internal Server Error