Cerbos JavaScript SDK
    Preparing search index...

    Interface DeletePoliciesRequest

    interface DeletePoliciesRequest {
        ids: string[];
    }
    Index

    Properties

    Properties

    ids: string[]

    IDs of policies to delete.

    Available policy IDs can be listed with Client.listPolicies.