Deletes a sandbox.
Endpoint: DELETE /v1/sandboxes/{id}/delete
Header: x-api-key (string, required) API key provided in the x-api-key header. Required.
x-api-key
id (string, required) — Sandbox ID
id
200 — application/json
Response body:
{ "message": "<string>", "id": "<string>" }
Fields:
message (string) — required
message
id (string) — required
Possible status codes: 200, 403, 404, 500
(Replace https://api.example.com and <id> with the correct host and sandbox ID.)
https://api.example.com
<id>
Last updated 1 hour ago
curl -X DELETE "https://api.example.com/v1/sandboxes/<id>/delete" \ -H "x-api-key: YOUR_API_KEY"