---
title: "Delete Debit Reason"
method: DELETE
path: "/organizations/{orgId}/picklists/debitreasons/{id}"
tags: ["DebitReason"]
---

# Delete Debit Reason

`DELETE /organizations/{orgId}/picklists/debitreasons/{id}`

Delete the Debit Reason with the given UUID.

## Path parameters

- `orgId` string, required
- `id` string, required

## Response `200`

Return the deleted Debit Reason

- DebitReasonResponse
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `code` string — The short code of the data entity.
  - `name` string — The name of the data entity.
  - `archived` boolean — TRUE / FALSE flag indicating whether the data entity is archived. An entity can be archived if it is obsolete.
  - `dtCreated` string, date-time — The DateTime when the debit reason was created *(in ISO-8601 format)*.
  - `dtLastModified` string, date-time — The DateTime when the debit reason was last modified *(in ISO-8601 format)*.
  - `createdBy` string — The id of the user who created this debit reason.
  - `lastModifiedBy` string — The id of the user who last modified this debit reason.

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 2 breaking
  - the response property `allOf[#/components/schemas/AbstractPickListResponse]/allOf[#/components/schemas/AbstractResponse]/version` became optional for the status `200`
  - the response property `allOf[#/components/schemas/AbstractResponse]/version` became optional for the status `200`

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/picklists/debitreasons/:id/delete.md)

---

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