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

# Delete a Webhook Stream



## OpenAPI

````yaml DELETE /v1/audit/streams/{id}
openapi: 3.1.0
info:
  title: Beltic Credentials API
  version: 1.0.0
servers: []
security: []
paths:
  /v1/audit/streams/{id}:
    delete:
      tags:
        - Audit
      summary: Delete (deactivate) a webhook subscription
      parameters:
        - schema:
            type: string
            example: whstream_01H...
          required: true
          name: id
          in: path
      responses:
        '204':
          description: Stream deactivated

````