@inrupt/solid-client
    Preparing search index...

    Function removeAcrPolicyUrl

    • The ACP specification is a draft. As such, this function is experimental and
      subject to change, even in a non-major release.
      See also: https://solid.github.io/authorization-panel/acp-specification/
      

      Remove a policy applying to the ACR of the given resource.

      Type Parameters

      • T extends WithAccessibleAcr

      Parameters

      • resourceWithAcr: T

        The resource for which to remove the URL of a policy applying to its access control resource.

      • policyUrl: string | Url

        A Policy URL.

      Returns T

      The resource with its ammended access control resource.

      1.16.1