删除AK
接口描述
DELETE /v1/users/{user_id}/aks/{ak_id}
删除AK
请求头(Request Header)
请求参数(Request Parameters)
名称 | 位置 | 类型 | 必须 | 描述 |
---|---|---|---|---|
user_id | path | string(uuid) | true | 用户id |
ak_id | path | string(uuid) | true | AK id |
请求体(Request Body)
无
请求示例(Request Example)
curl --request DELETE \
--url https://example.com/v1/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/aks/497f6eca-6276-4993-bfeb-53cbbbba6f08 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {access-token}'
响应参数(Response Parameters)
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | OK | None |
响应示例(Response Example)
200 Response
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}