Secrets
Detach a secret from a sandbox
Removes a secret binding from an existing sandbox and revokes its stand-in token, so requests that use it are refused — for an already-running process, within about a minute. A paused sandbox applies the change on resume.
DELETE
Detach a secret from a sandbox
Authorizations
Path Parameters
The unique identifier of the sandbox.
Public sandbox ID: a bare UUID, or the region-tagged form sb-<region>-<uuid> (e.g. sb-use-1b4e28ba-…). Treat as an opaque string; the tagged form routes the request to the sandbox's home region. Endpoints accept both forms interchangeably.
Pattern:
^(sb-[a-z0-9]+-)?[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$Environment variable the secret is bound under.
Response
Secret detached