cURL
curl --request DELETE \ --url https://api.example.com/v2/sandboxes/pools/{name}
{ "detail": { "error": "NotFound", "message": "Resource not found." } }
Delete a Sandbox Pool from tenant’s namespace.
This will terminate all sandboxes in the pool.
Pool name
Successful Response
Was this page helpful?