curl --request POST \
--url https://api.ppinfra.com/gpu-instance/openapi/v1/gpu/instance/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"instanceId": "<string>"
}
'curl --request POST \
--url https://api.ppinfra.com/gpu-instance/openapi/v1/gpu/instance/delete \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"instanceId": "<string>"
}
'