> ## Documentation Index
> Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Clear CDR reports



## OpenAPI

````yaml delete /api/cdr/reports
openapi: 3.1.0
info:
  title: Voice Runtime Proxy & Recording API
  description: >-
    API for voice runtime WebSocket proxying, call recordings, CDR ingestion,
    and static UI serving.
  version: 1.0.0
servers:
  - url: http://localhost:9511/
security: []
tags:
  - name: Voice Runtime
  - name: Recordings
  - name: CDR
  - name: Static
paths:
  /api/cdr/reports:
    delete:
      tags:
        - CDR
      summary: Clear CDR reports
      responses:
        '200':
          description: Reports cleared
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: string

````