Skip to contents

Deletes a secret scope.

Usage

delete_secret_scope(client, scope)

secretsDeleteScope(client, scope)

Arguments

client

Required. Instance of DatabricksClient()

scope

Required. Name of the scope to delete.

Details

Throws RESOURCE_DOES_NOT_EXIST if the scope does not exist. Throws PERMISSION_DENIED if the user does not have permission to make this API call.