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

# Delete v1notifications



## OpenAPI

````yaml api-reference/openapi.json delete /v1/notifications/{id}
openapi: 3.0.3
info:
  title: Omnatic API
  description: Omnatic API Documentation
  version: 1.0.0
servers: []
security:
  - apiKey: []
paths:
  /v1/notifications/{id}:
    delete:
      parameters:
        - schema:
            type: string
          in: path
          name: id
          required: true
      responses:
        '200':
          description: Default Response
components:
  securitySchemes:
    apiKey:
      type: apiKey
      name: X-API-KEY
      in: header

````