Delete
DELETE/organizations/{organization_id}/invitations/{invitation_id}
Delete an invitation
Path Parameters
organization_id: string
Organization ID or label identifier
minLength1
maxLength255
invitation_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/invitations/$INVITATION_ID \
-X DELETE