Delete Sandbox

Deletes a sandbox.

circle-info

Endpoint: DELETE /v1/sandboxes/{id}/delete

Authorizations

Header: x-api-key (string, required) API key provided in the x-api-key header. Required.

Path Parameters

  • id (string, required) — Sandbox ID

Responses

200 — application/json

Response body:

{
  "message": "<string>",
  "id": "<string>"
}

Fields:

  • message (string) — required

  • id (string) — required

Possible status codes: 200, 403, 404, 500

Example cURL

(Replace https://api.example.com and <id> with the correct host and sandbox ID.)

Last updated