---
title: "Delete Currency"
method: DELETE
path: "/organizations/{orgId}/picklists/currency/{id}"
tags: ["Currency"]
---

# Delete Currency

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

Delete the Currency with the given UUID.

Used to remove an existing Currency from your Organization that is no longer required.

## Path parameters

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

## Response `200`

Returns the deleted Currency

- CurrencyResponse
  - `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.
  - `maxDecimalPlaces` integer — This indicates the maximum number of decimal places to use for this Currency.
  - `roundingMode` 'UP' | 'DOWN' | 'CEILING' | 'FLOOR' | 'HALF_UP' | 'HALF_DOWN' | 'HALF_EVEN' | 'UNNECESSARY'
  - `dtCreated` string, date-time — The date and time *(in ISO-8601 format)* when the Currency was created.
  - `dtLastModified` string, date-time — The date and time *(in ISO-8601 format)* when the Currency was last modified.
  - `createdBy` string — The unique identifier (UUID) of the user who created this Currency.
  - `lastModifiedBy` string — The unique identifier (UUID) of the user who last modified this Currency.

## 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/currency/: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)
