Delete API keys
开发环境
http://127.0.0.1
开发环境
http://127.0.0.1
DELETE
/users/auth/keys
Authentication
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://127.0.0.1/users/auth/keys' \
--header 'Authorization: ApiKey {{EC_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"keys": [
"string"
]
}'
响应示例响应示例
200 - 示例 1
{}
请求参数
Header 参数
Authorization
string
可选
默认值:
ApiKey {{EC_API_KEY}}
Body 参数application/json