Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteRoleRequest {
        name?: string;
        reassignOwnedTo?: string;
    }
    Index

    Properties

    name?: string

    The full resource path of the role to delete. Format: projects/{project_id}/branches/{branch_id}/roles/{role_id}

    reassignOwnedTo?: string

    Reassign objects. If this is set, all objects owned by the role are reassigned to the role specified in this parameter.

    NOTE: setting this requires spinning up a compute to succeed, since it involves running SQL queries.