Using the api to change the workflow_state

Jump to solution
ordwaye
Community Member

I want to conclude a bunch of courses and while it is possible to do this via a SIS file I would like to do it via the api.  Is this possible?

1 Solution
Robbie_Grant
Community Champion

 @ordwaye ​,

Yes, it is possible:

Courses - Canvas LMS REST API Documentation

Conclude a course

DELETE /api/v1/courses/:id

Delete or conclude an existing course

Request Parameters:

  •      event  
    Required, String, “delete”|“conclude”

Robbie

View solution in original post