Remove member from zone
DELETE/zones/{zoneId}/members/{organizationUserId}
Removes an organization user's membership from a zone. Only organization administrators can perform this action.
Path Parameters
zoneId: string
organizationUserId: string
Remove member from zone
curl https://api.keycard.ai/zones/$ZONE_ID/members/$ORGANIZATION_USER_ID \
-X DELETE