Delete a sandbox
DELETE /v1/sandbox/{sandboxID}/
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” sandboxID
required
string
Unique sandbox identifier.
Responses
Section titled “ Responses ”Sandbox deleted.
Unauthorized – invalid or missing API key.
object
message
required
Human-readable error message.
string
Resource not found.
object
message
required
Human-readable error message.
string
Conflict - sandbox is currently transitioning.
object
message
required
Human-readable error message.
string