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

# Worksite operation deletion



## OpenAPI

````yaml /api-reference/partners/api.json delete /v1/worksites/{id}/operations/{worksite_operation_id}
openapi: 3.1.0
info:
  title: Laravel
  version: 0.0.1
servers:
  - url: https://api.opx.co/partners
    description: Production
security: []
paths:
  /v1/worksites/{id}/operations/{worksite_operation_id}:
    delete:
      tags:
        - WorksitesOperations
      summary: Worksite operation deletion
      operationId: partners.worksites.operations.delete
      parameters:
        - name: id
          in: path
          required: true
          schema:
            type: integer
        - name: worksite_operation_id
          in: path
          required: true
          schema:
            type: integer
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object

````