Skip to main content

Remove course from branch

Endpoint URL

DELETE /api/v2/branch-courses

Remove course from branch

Removes a course from a specific branch. To successfully remove a course from a branch, provide the course's unique ID using the course_id attribute and the branch's unique ID using the branch_id attribute in the request body. If the request is valid and the association exists, the API deletes the branch-course relationship and returns a 204 No Content response upon success.

Request