Skip to content

Destroy a sandbox

DELETE/sandboxes/{id}
path parameters
object
idstringrequired

Sandbox ID, e.g. sbx_ab12cd34.

Responses
204 No contentNo Content
400 Bad requestBad Request
ErrorResponse
errorstring
404 Not foundNot Found
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/sandboxes/{id}
cURL
curl '/sandboxes/{id}' \
  -X DELETE
Response
204 No content
No response body.
Was this page helpful?