Standard Todo List Endpoints
Delete Todo
Deletes a todo list item. Will return an error if the todo list item does not exist.
delete/todos/{todoId}
Path parameters
todoIdstring required
Example:1
ID of the todo list item to be deleted.
Response
Empty response.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.