PLATINUM DOCS
ApiSandboxes

Kill a process (record retained)

DELETE
/v1/sandboxes/{id}/processes/{handle}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
handle*string

Response Body

application/json

curl -X DELETE "https://example.com/v1/sandboxes/string/processes/string"
{  "ok": true,  "handle": "string"}
Empty