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
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
Instance ID
The body is of type object.
object
OK
"Success"
Was this page helpful?