Admin

Delete a sandbox template (admin)

DELETE
/admin/sandbox-templates/{name}

Authorization

AdminKeyAuth
AGENTBOX-API-KEY<token>

Admin-level API key. Same header as ApiKeyAuth but requires admin role.

In: header

Path Parameters

name*string

Global SandboxTemplate name (cluster-scoped resource).

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://admin/sandbox-templates/default-template"
{  "name": "string",  "status": "string"}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}