Skip to main content

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

Todo item deleted successfully.