Delete a todo item
DELETE/v1/spaces/:spaceId/todoItems/:todoItemId
Remove a specific todo item from the collection.
Requires the scope todo_item_write on the specified spaceId and scope todo_type_manage on the resource matching the type of the created resource.
Scope: space_foundation_todo_write, todo_type_manage
Request
Responses
- 204
- 400
- 403
- 404
Todo item deleted successfully.
Invalid Request
Forbidden Error
Todo item not found.