Skip to main content
Version: 0.7.0-incubating

Drop catalog

DELETE 

/metalakes/:metalake/catalogs/:catalog

Drop catalog

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

Query Parameters

    force boolean

    Force the operation to be executed

Responses

Represents a response for a drop operation

Schema

    code int32

    Possible values: [0]

    Status code of the response

    dropped boolean

    Whether the drop operation was successful

Loading...