delete_rubric_assessment
Delete a specific rubric assessment entry to clear a student's rubric grade for an assignment while preserving the rubric and other students' grades.
Instructions
Delete a single rubric assessment row, clearing that student's rubric grade for the assignment without removing the rubric or affecting other students. Find rubric_association_id and assessment_id by calling get_rubric with include=['assessments'].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | Canvas course ID | |
| assessment_id | Yes | Rubric assessment ID to delete (from get_rubric assessments) | |
| rubric_association_id | Yes | Rubric association ID (from get_rubric assessments) |