curl --request POST \
--url https://api.ppio.com/gpu-instance/openapi/v1/template/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"templateId": "<string>"
}
'{
"templateId": "<string>"
}curl --request POST \
--url https://api.ppio.com/gpu-instance/openapi/v1/template/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"templateId": "<string>"
}
'{
"templateId": "<string>"
}curl --location --request POST 'https://api.ppio.com/gpu-instance/openapi/v1/template/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{API 密钥}}' \
--data-raw '{
"templateId": "101036"
}'
{
"templateId": "101036"
}