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
listId
Unique List Identifier
itemKey
The key of the item to delete
Response
OK
status
message
listId
itemKey
Errors
404
Not Found Error
500
Internal Server Error