curl --request DELETE \
--url https://api.example.com/v2/sandboxes/boxes/{name}{
"detail": {
"error": "NotFound",
"message": "Resource not found."
}
}Delete a SandboxClaim from tenant’s namespace.
curl --request DELETE \
--url https://api.example.com/v2/sandboxes/boxes/{name}{
"detail": {
"error": "NotFound",
"message": "Resource not found."
}
}Sandbox name
Successful Response
Was this page helpful?