Skip to main content
DELETE
/
api
/
data_shares
/
{name}
Delete a gravitino-shared client
curl --request DELETE \
  --url https://api.example.com/api/data_shares/{name} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": 500
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

name
string
required

Path to a gravitino-shared client.

Response

Successful Response