---
title: "Reject a bill"
method: POST
path: "/bills/{id}/reject"
tags: ["Bills"]
---

# Reject a bill

`POST /bills/{id}/reject`

Reject a bill in NEEDS_APPROVAL status, transitioning it back to DRAFT

## Path parameters

- `id` string, required

## Request body

- RejectBillInput — Bill rejection request
  - `reason` string

## Response `200`

OK

- RejectBillReply — Bill rejection result
  - `bill_id` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
