> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Clear all sandbox data for the authenticated tenant user



## OpenAPI

````yaml /openapi.json post /sandbox/clear
openapi: 3.0.0
info:
  title: Trust Stack API
  description: Programmatic access to the Trust Stack API.
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /sandbox/clear:
    post:
      tags:
        - sandbox
      summary: Clear all sandbox data for the authenticated tenant user
      operationId: clearSandbox
      parameters: []
      responses:
        '200':
          description: The sandbox data has been successfully cleared

````