Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete sandbox session mutation.
| Field | Value |
|---|---|
| Name | deleteSandboxSession |
| Group | Sandbox |
| Type | Mutation |
| Signature | deleteSandboxSession(id: ID!): DeleteSandboxPayload! |
mutation DeleteSandboxSession($id: ID!) {
deleteSandboxSession(id: $id) {
error
id
success
}
}
{
"id": ""
}