action flat_delete_submission { label: "Delete a submission" description: "Use this method as a teacher to delete a submission and allow student to start over the assignment\n" provider: flat method: DELETE path: "/classes/{class}/assignments/{assignment}/submissions/{submission}" encoding: json output: { type: "object" additionalProperties: true } }