Delete 【Workspace API Key】¶
POST /api/v1/workspace/accesskey/{ak_uuid}/delete
Overview¶
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
ak_uuid | string | Yes | UUID of the API Key |
Additional Parameter Notes¶
Response¶
POST /api/v1/workspace/accesskey/{ak_uuid}/delete
Overview¶
This API is used to delete an API Key for a workspace.
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
ak_uuid | string | Yes | UUID of the API Key |
Additional Parameter Notes¶
No additional parameters are required for this request.
Response¶
The response will be empty upon successful deletion of the API Key. translated_content: # Delete Workspace API Key
POST /api/v1/workspace/accesskey/{ak_uuid}/delete
Overview¶
This API is used to delete an API Key for a workspace.
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
ak_uuid | string | Yes | UUID of the API Key |
Additional Parameter Notes¶
No additional parameters are required for this request.
Response¶
The response will be empty upon successful deletion of the API Key.