@edgible-team/sdk
    Preparing search index...

    Interface DeleteSecretParams

    Delete (tombstone) a secret by name.

    interface DeleteSecretParams {
        name: string;
        organizationId: string;
    }
    Index

    Properties

    Properties

    name: string
    organizationId: string