跳转到主要内容
DELETE
/
gpus
/
v2
/
endpoints
/
{endpoint_id}
删除 Endpoint
curl --request DELETE \
  --url https://api.ppio.com/gpus/v2/endpoints/{endpoint_id} \
  --header 'Authorization: <authorization>'
{}

请求头

Authorization
string
必填

Bearer 身份验证格式,例如:Bearer {{API 密钥}}

路径参数

endpoint_id
string
必填

Endpoint ID。字符串,长度限制:1-255 字符。

响应

200 - application/json

成功

The response is of type object.

最后修改于 2026年6月26日