cURL
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
Instance ID
The body is of type object.
object
OK
"Success"
Was this page helpful?