Delete Instance
Instances
Delete Instance
Permanently deletes a single instance, refunding any prepay deposit and cleaning up logs and API keys.
DELETE
Delete Instance
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the instance to destroy
Response
Returns deletion result with success status; on not-found returns {success: false, error: "no_such_instance", msg: "Instance {id} not found."} with status 404.