curl --request POST \
--url https://api.thundercompute.com:8443/v1/instances/{id}/delete \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Success"
}Delete a compute instance by ID
curl --request POST \
--url https://api.thundercompute.com:8443/v1/instances/{id}/delete \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"message": "Success"
}Was this page helpful?