Skip to main content
Version: 0.6.0-incubating

Drop catalog

DELETE 

http://localhost:8090/api/metalakes/:metalake/catalogs/:catalog

Drop catalog

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

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

curl -L -X DELETE 'http://localhost:8090/api/metalakes/:metalake/catalogs/:catalog' \
-H 'Accept: application/vnd.gravitino.v1+json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
http://localhost:8090/api
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!