cURL
curl --request POST \ --url https://api.thundercompute.com:8443/instances/{instance_id}/delete \ --header 'Authorization: Bearer <token>'
{ "code": 123, "status": "<string>", "message": "<string>", "errors": {} }
Delete a compute instance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Default error response
Error code
Error name
Error message
Errors
Show child attributes
Was this page helpful?