REST API
Infra APISandbox

Delete a Sandbox template build

DELETE/api/v1/sandbox-template-builds/{build_id}

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

build_id*string

Sandbox template build ID

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/v1/sandbox-template-builds/string"
Empty
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}