Skip to main content
POST
Bulk Remove Courses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to bulk remove courses from multiple assignments.

assignmentIds
string<uuid>[]
required
courseIds
string<uuid>[]
required

Response

Successful Response

Response from bulk course removal.

updatedCount
integer
required
totalCoursesRemoved
integer
required
failedAssignmentIds
string<uuid>[]