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

# Delete apiv1domain



## OpenAPI

````yaml https://saas.pads365.com/rdx/NDS.Nginx.Domains//swagger/v1/swagger.json delete /api/v1/Domain
openapi: 3.0.0
info:
  title: NDS.Nginx.Domains
  version: 1.0.0
servers:
  - url: https://saas.pads365.com/rdx/NDS.Nginx.Domains/
security: []
paths:
  /api/v1/Domain:
    delete:
      tags:
        - Domain
      operationId: Domain_Delete
      parameters:
        - name: domainName
          in: query
          schema:
            type: string
            nullable: true
          x-position: 1
      responses:
        '200':
          description: ''

````