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

# Revoke Budget Request



## OpenAPI

````yaml POST /v1/budgets/requests/{id}/revoke
openapi: 3.0.0
info:
  title: Wardin API
  description: AI governance & observability platform — external REST API
  version: '1.0'
  contact: {}
servers: []
security: []
tags: []
paths:
  /v1/budgets/requests/{id}/revoke:
    post:
      tags:
        - budgets
      summary: >-
        Revoke an active approved increase early (manager): restores the prior
        budget
      operationId: BudgetsController_revoke
      parameters:
        - name: id
          required: true
          in: path
          schema:
            type: string
      responses:
        '200':
          description: ''
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT
      type: http

````