DELETE
/
api_keys
/
{uuid}
curl --request DELETE \
  --url https://geekai.co/api/v1/api_keys/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

通过 UUID 删除一个已存在的 API KEY。

Authorizations

Authorization
string
header
required

JWT认证token

Path Parameters

uuid
string
required

资源唯一标识符

Response

200
application/json
成功响应
message
string

成功/失败响应消息