Skip to main content
Related concept

Signature

Description

Permanently relinquishes administration of policyId. The member set is frozen and the policy can never be re-administered; isAuthorized queries continue to work. Dev: Reverts with PolicyNotFound when policyId does not exist. Dev: Reverts with Unauthorized when the caller is not the current admin. Param: policyId Policy whose administration is being renounced.

Access control

Callable by the policy admin for the target policy.

Policy interaction

This is part of the singleton PolicyRegistry surface used by B20 policy scopes.

Example