Skip to content
API Reference

Delete delegated grant

DELETE/zones/{zoneId}/delegated-grants/{id}

Permanently revokes a delegated grant, removing the user's access to the protected resource

Path ParametersExpand Collapse
zoneId: string
id: string

Delete delegated grant

curl https://api.keycard.ai/zones/$ZONE_ID/delegated-grants/$ID \
    -X DELETE
Returns Examples