Skip to main content
DELETE
/
sandboxes
/
{id}
Destroy a sandbox
curl --request DELETE \
  --url https://sandbox.brimble.io/sandboxes/{id} \
  --header 'x-brimble-key: <api-key>'

Authorizations

x-brimble-key
string
header
required

Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.

Path Parameters

id
string
required

24-char hex id of the sandbox.

Pattern: ^[a-f0-9]{24}$

Response

Destroy queued (or already destroyed)

Last modified on May 23, 2026