1 2 3 4 5 6
mutation SandboxDestroy($id: String!, $environmentId: String!) { sandboxDestroy(id: $id, environmentId: $environmentId) { id status } }