DELETE/Groups/{groupId}

Deletes a group.

This API operation cannot delete an external group or a dynamic group.

Warning

  • Once a group is deleted, all its messages, notes, events and folders are deleted as well.

Caution

  • For the same group, the following API operations must be called in the order they are listed: Add a group, Update a group, Update part of a group, and Delete a group.

HTTP Request

DELETEhttps://www.worksapis.com/scim/v2/Groups/{groupId}

Path Parameters

ParameterTypeDescription
groupId string 

Group ID


required 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}

See Get a Long-Lived Token for SCIM.


required 

Response

HTTP 204

No Content

HTTP 404

Not Found