Skip to main content

Delete a group

Endpoint URL

DELETE /api/v2/groups/:id

Delete a group

Permanently deletes a specific group from your TalentLMS account. To successfully remove a group, include the group’s unique ID as a path parameter in the request URL. If the request is valid and the group exists, the API deletes the group and returns a 204 No Content response upon success.

Request