Skip to main content
Version: Next

Remove a group from a tenant

DELETE 

/tenants/:tenantKey/groups/:groupKey

Removes a single group from a specified tenant without deleting the group.

Request

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

    groupKey int64required

    The unique identifier of the group.

Responses

The group was successfully removed from the tenant.

Loading...