Delete a Key¶
GET /api/v1/workspace/accesskey/{ak_uuid}/delete
Overview¶
Delete a Key
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
ak_uuid | string | Y | UUID of the access key |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/workspace/accesskey/wsak_xxxxx/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed