Delete (kill) a sandbox
Accepts the deletion. A 202 response means the deletion intent has been persisted and the instance enters deleting; it only becomes deleted after the backing resources are confirmed released. If the release fails, the instance stays in deleting and reconciliation retries — there is no force parameter: skipping the release would leave orphaned billable resources.
Once the deletion intent is persisted the call is safely replayable: repeating it against a sandbox already being deleted returns 202 again, not 409.
Authorizations
API Key or Access Token, always sent as Authorization: Bearer <token>. The gateway recognizes the token type automatically.
Path Parameters
Unique sandbox resource ID (UUID; the id field of the create response). The data-plane key (sandbox_key) cannot be used here.