Skip to main content

Delete a todo item

DELETE 

/v1/spaces/:spaceId/todoItems/:todoItemId

Remove a specific todo item from the collection. Requires space_foundation_todo_write scope on the spaceId and todo_type_manage scope on type of the todo item.

Request

Responses

Todo item deleted successfully.