Delete a branch
Endpoint URL
DELETE /api/v2/branches/:id
Delete a branch
Permanently deletes a specific branch from your TalentLMS account. To successfully remove a branch, include the branch’s unique ID as a path parameter in the request URL. If the request is valid and the branch exists, the API deletes the branch and returns a 204 No Content response upon success.