Skip to main content
POST
/
instances
/
{id}
/
delete
Delete instance
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"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Path Parameters

id
string
required

Instance ID

Body

application/json

The body is of type object.

Response

OK

message
string
Example:

"Success"