Databricks SDK for JavaScript
    Preparing search index...

    Interface AccountsDeleteStorageCredentialRequest

    Deletes a storage credential for an account

    interface AccountsDeleteStorageCredentialRequest {
        accountId?: string;
        force?: boolean;
        metastoreId?: string;
        nameArg?: string;
    }
    Index

    Properties

    accountId?: string

    account ID of any type. For non-E2 account types, get your account ID from the Accounts Console

    force?: boolean

    Force deletion even if the Storage Credential is not empty. Default is false.

    metastoreId?: string

    Unity Catalog metastore ID

    nameArg?: string

    Name of the storage credential.