请求头
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
请求体
响应参数
请求示例
curl --location --request POST 'https://api.ppinfra.com/gpu-instance/openapi/v1/template/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{API 密钥}}' \
--data-raw '{
"templateId": "101036"
}'
响应示例
{
"templateId": "101036"
}