---
title: "Reject Requests"
method: POST
path: "/request/reject"
---

# Reject Requests

`POST /request/reject`

Allows rejecting requests that are in pending status. You can use this API only when the auto-approval configurations are not enabled for your organization. Also, you cannot reject force approval requests made using `client_auto_approve=true`.

## Query parameters

- `format` 'xml' | 'json'

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `requests` object
      - `request` object
        - `id` string
        - `type` string
        - `base_type` string
        - `status` string
        - `old_value` string
        - `new_value` string
        - `item_status` object
          - `success` string
          - `code` string
          - `message` string

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
