Leap0

Delete a sandbox

Delete a sandbox. Running sandboxes are terminated first. Paused sandboxes are deleted directly. Requests fail while the sandbox is in a transition state.

DELETE
/v1/sandbox/{sandboxID}/

Delete a sandbox. Running sandboxes are terminated first. Paused sandboxes are deleted directly. Requests fail while the sandbox is in a transition state.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token in the Authorization header. Alternatively, use the leap0-authorization header.

In: header

Path Parameters

sandboxID*string

Unique sandbox identifier.

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.leap0.dev/v1/sandbox/string/"
Empty
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}