latestOpenAPI 3.0.32026-08-12367267.0 KB
cda4b2b11372
Delete a group
Allows you to delete a group permanently from the system.
Parameters:
- companyKey (string, required) - The company's secret key.
- groupId (string, required) – The unique identifier of the group.
post/delete-group
Request body
Example request
{
"companyKey": "your-company-secret-key",
"groupId": "64b63613ad6f7ccaec256773"
}Response
Success
Example response
{
"result": {}
}