Skip to content
API Reference

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 ParametersExpand Collapse
zoneId: string
organizationUserId: string

Remove member from zone

curl https://api.keycard.ai/zones/$ZONE_ID/members/$ORGANIZATION_USER_ID \
    -X DELETE
Returns Examples