Management API
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/groups/{id} \ --header 'Authorization: Bearer <token>'
Delete a group by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the group (service-generated).
18 - 26
^grp_[1-9a-km-zA-HJ-NP-Z]{14,22}$
Group successfully deleted.