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
Parameters
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",
)