Databricks SDK for JavaScript
    Preparing search index...

    Request to delete an entity tag assignment

    interface DeleteEntityTagAssignmentRequest {
        entityName?: string;
        entityType?: string;
        tagKey?: string;
    }
    Index

    Properties

    entityName?: string

    The fully qualified name of the entity to which the tag is assigned

    entityType?: string

    The type of the entity to which the tag is assigned.

    tagKey?: string

    Required. The key of the tag to delete