What scope is required to DELETE a todo

jacob_anavisca
Community Member

In the Todo section of the API docs (https://canvas.instructure.com/doc/api/users.html#method.users.todo_items) it says which URLs to use in order to remove a todo item but it does not mention what scope is required. We require using scoped access tokens with the API and when I make the DELETE request on the ignore URL I get {"errors":[{"message":"Insufficient scopes on access token."}],"error_report_id":1202}. I can't tell from the API docs what scope I should be using for this. Does anyone know what the scope is for this DELETE?