Skip to main content
DELETE
Delete Instance

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

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.

success
boolean

Whether the destruction was successful

Example:

true

msg
string

Optional status message

Example:

"Instance destroyed successfully"