canvasapi icon indicating copy to clipboard operation
canvasapi copied to clipboard

Add Support for Delete Rubric

Open fredpyo opened this issue 3 years ago • 2 comments

What resource needs additional coverage? Rubrics

What endpoints need to be covered? DELETE /api/v1/courses/:course_id/rubrics/:id Docs here: https://canvas.instructure.com/doc/api/rubrics.html#method.rubrics.destroy

I looked around the code but I couldn't find this particular call, only references to deleting the rubric associations. Hopefully this bug report is OK.

fredpyo avatar Mar 25 '21 19:03 fredpyo

I'd be willing to work on this issue. Any other information I should have before I start working on it?

ggarfink avatar Apr 07 '21 19:04 ggarfink

Hey @ggarfink, thanks for volunteering! Check out the Contributing Guide to get started. If you have any questions at all, feel free to post here.

We're also on the UCF Open Source Slack in the #canvasapi and #canvasapi-dev channels for more immediate contact.

Thanks again!

Thetwam avatar Apr 07 '21 19:04 Thetwam

Resolved in #485

Thetwam avatar Sep 21 '22 21:09 Thetwam