跳转到主要内容
DELETE
/
api
/
v1
/
instances
/
{id}
销毁(终止)实例
curl --request DELETE \
  --url https://openapi.beeos.ai/api/v1/instances/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<string>"
}

授权

Authorization
string
header
必填

通过 Authorization: Bearer <token> 头传递用户 JWToag_ 用户 API Key。

路径参数

id
string
必填
Maximum string length: 128

响应

200 - application/json

标准信封;data 为字符串 "destroyed"

success
boolean
必填
data
string
必填