Remove item
DELETE /lists/{list_id}/items/{id}
Removes an item from the list.
Parameters
List ID without the "@" prefix.
ID of the item to be removed.
Responses
204Item removed successfully.
401Invalid access credentials
Response body
errors[] item
Request field where the error occurred
Error type code
Error message
422Invalid parameters
Response body
errors[] item
Request field where the error occurred
Error type code
Error message
404Object not found
Response body
errors[] item
Request field where the error occurred
Error type code
Error message
{
"errors": [
{
"field": "string",
"type": "string",
"message": "string"
}
]
}