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

请求头

Authorization
string
必填

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

路径参数

template_id
string
必填

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

响应

200 - application/json

删除成功

The response is of type object.

最后修改于 2026年6月22日