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
codestring
errorstring
404 Not foundNot Found
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/sandboxes/{id}
cURL
curl '/sandboxes/{id}' \
  -X DELETE
DELETE/sandboxes/{id}
Request
Path
Authorization
curl '/sandboxes/{id}' \
  -X DELETE
Response
Send a request to see the response.
Response
204 No content
No response body.
Was this page helpful?