Delete
DELETE/organizations/{organization_id}/users/{user_id}
Remove a user from an organization
Path Parameters
organization_id: string
Organization ID or label identifier
minLength1
maxLength255
user_id: string
Identifier for API resources. A 26-char nanoid (URL/DNS safe).
minLength1
maxLength255
Header Parameters
"X-Client-Request-ID": optional string
formatuuid
Delete
curl https://api.keycard.ai/organizations/$ORGANIZATION_ID/users/$USER_ID \
-X DELETE