cURL
curl --request DELETE \ --url https://api.example.com/api/data_shares/{name} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "code": 500 }
Delete a gravitino-shared client when you no longer need it.
The access token received from the authorization server in the OAuth 2.0 flow.
Path to a gravitino-shared client.
Successful Response
Was this page helpful?