Groups Config API
Delete group
Delete a group. Removing the group’s members from their sessions is handled separately.
DELETE
Delete group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
The name of the group the request refers to. A group name, unique per application.
Maximum string length:
64Pattern:
^[a-zA-Z0-9\-_]+$Example:
"admins"
Response
No Content
Delete group