Skip to content
Docs
Groups

Delete group

Delete group

DELETE/zones/{zoneId}/groups/{groupId}

Deletes a group and its memberships and role assignments. Groups synced from an external directory can only be deleted by that directory (after external sync is disabled).

Path ParametersExpand Collapse
zoneId: string
groupId: string

Delete group

curl https://api.keycard.ai/zones/$ZONE_ID/groups/$GROUP_ID \
    -X DELETE \
    -H "Authorization: Bearer $KEYCARD_API_API_KEY"
Returns Examples