Remove item from the list
DELETE/api/v2/services/workspace/lists/:listId/items/:itemId
Overview
Use this method to remove an item from list.
Request
Responses
- 200
- 401
- 403
- 500
Successful execution, results returned in body
Unauthorized, valid token was not supplied
Forbidden, the user does not have permission to execute this function
Server error, details will be included in the response.