---
title: "Deny inquiry (deprecated)"
method: POST
path: "/inquiries/{id}/deny"
tags: ["Inquiries"]
deprecated: true
---

# Deny inquiry (deprecated)

`POST /inquiries/{id}/deny`

> **Deprecated.**

**Deprecated.** This endpoint will be removed in a future version — the `denied` status on inquiries is also deprecated and will no longer be available.

Deny an inquiry for a return request previously received. No return will be created.

## Path parameters

- `id` string, uuid, required

## Request body

- InquiryDenyDetails
  - `reason` 'CUST' | 'LEGL' | 'ARDT' | 'AC04' | 'AM04' | 'NOAS' | 'NOOR', required — The reason for denying the inquiry.

## Response `200`

Successfully retrieved inquiry.

- InquiryDetails
  - `id` string, uuid, required — The UUID of the inquiry.
  - `object` 'inquiry', required — Label used to identify this kind of object
  - `status` 'created' | 'processing' | 'sent' | 'received' | 'denied' | 'archived', required — The status of the inquiry.
  - `status_details` string, required — The details of the status of the inquiry.
  - `connected_account_id` string, uuid, required — The ID of the connected account.
  - `related_request_type` 'return_request' | 'claim', required — The type of the request related to the inquiry.
  - `related_request_id` string, uuid, required — The ID of the request related to the inquiry.
  - `bank_data` object, required — Bank data, such as message and transaction IDs, in JSON `key:value` format.
    - `file_id` string, uuid, required
    - `message_id` string, required
    - `status_request_id` string, required
  - `created_at` string, date-time, required — The UTC timestamp of the creation of the inquiry.
  - `date` string, date, required — The date of the inquiry.

## Other responses

- `400` — Validation error.
- `404` — The specified resource was not found.
- `409` — Conflict.
- `415` — Unsupported Media Type.
- `500` — Internal server error.

---

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