Cancel Snapshot/Chart Sharing¶
GET /api/v1/share_config/delete
Overview¶
Delete a specified snapshot or chart sharing based on share_uuid
Query Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
shareConfigUUIDs | commaArray | Y | Share configuration UUID Allow null: False Allow empty string: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/share_config/delete?shareConfigUUIDs=share_xxxx32,share_xxxx32' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed