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

# Delete a Monad Agent task



## OpenAPI

````yaml DELETE /automation/agents/monad/{jobid}
openapi: 3.0.0
info:
  title: Brewit API
  contact: {}
  version: '1.0'
servers:
  - url: https://api.brewit.money
    variables: {}
security: []
tags:
  - name: Misc
    description: ''
paths:
  /automation/agents/monad/{jobid}:
    delete:
      tags:
        - Misc
      summary: Delete Monad Agent Job
      operationId: DeleteMonadAgentJob
      parameters:
        - name: jobid
          in: path
          description: ''
          required: true
          style: simple
          schema:
            type: string
            example: job_1752058797896_hbu4czzie
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false

````