---
title: "PATCH /api/v1/expenses/reject"
method: PATCH
path: "/api/v1/expenses/reject"
tags: ["Expenses"]
---

# PATCH /api/v1/expenses/reject

`PATCH /api/v1/expenses/reject`

## Headers

- `publicKey` string
- `privateKey` string

## Request body

- PutExpenseRejectRequestDto
  - `expenseId` ExpenseIdRequestDto[], nullable
    - `id` string, nullable
  - `comment` string, nullable
  - `reasonId` string, nullable

## Response `200`

OK

- BulkResponse
  - `successCount` integer
  - `failCount` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/stuo/apis/external-api.md) · [All operations](https://skmtc.dev/stuo/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stuo/external-api/revisions/55217bb301d0/schema)
