Skip to content
API Reference

Delete delegated grant

zones.delegated_grants.delete(strid, DelegatedGrantDeleteParams**kwargs)
DELETE/zones/{zoneId}/delegated-grants/{id}

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

ParametersExpand Collapse
zone_id: str
id: str

Delete delegated grant

from keycardai_api import KeycardAPI

client = KeycardAPI()
client.zones.delegated_grants.delete(
    id="id",
    zone_id="zoneId",
)
Returns Examples