cURL
curl --request DELETE \ --url https://api.example.com/v2/sandboxes/templates/{name}
{ "detail": { "error": "NotFound", "message": "Resource not found." } }
Delete a SandboxTemplate from tenant’s namespace.
Deletion will fail if the template is in use by any sandboxes or pools.
Template name
Successful Response
Was this page helpful?