Skip to content

Permissions client: Revoke authorization

Revoke an authorization permission by permission id.

Called on auth.permissions
Source src/ksef2/clients/permissions.py:244 Generated from async source src/ksef2/clients/async_permissions.py
auth.permissions.revoke_authorization
auth.permissions.revoke_authorization(*, permission_id: str) -> GrantPermissionsResponse

Returns

GrantPermissionsResponse

Parameters

permission_id str
required / keyword-only
Called on auth.permissions
Source src/ksef2/clients/async_permissions.py:241 Authored source
await auth.permissions.revoke_authorization
await auth.permissions.revoke_authorization(*, permission_id: str) -> GrantPermissionsResponse

Returns

GrantPermissionsResponse

Parameters

permission_id str
required / keyword-only