---
title: "Delete banking asset"
method: DELETE
path: "/v1/issuer/{issuer_id}/assets/{asset_id}"
tags: ["Assets"]
---

# Delete banking asset

`DELETE /v1/issuer/{issuer_id}/assets/{asset_id}`

Delete a banking asset previously registered with the Pismo platform

This endpoint generates an [Asset status changed](https://developers.pismo.io/events/docs/assets-asset-status-change-1) event.

## Path parameters

- `issuer_id` string, required
- `assetId` string, required

## Headers

- `x-cid` string

## Response `200`

OK

- Asset
  - `asset_id` string, required — Asset ID. This ID is client-generated. It must be between 1 and 128 characters long and consist of only the characters [a-z,A-Z,0-9,-,:].
  - `asset_type` 'cdb' | 'rdb', required — Asset type, `cdb` (certificate of deposit) or `rdb` (bank deposit receipt)
  - `registration_mode` 'single' | 'many', required — Registration mode — `single` or `many`
  - `issuing_date` string, required — Date/time when card was issued in RFC3339 format, i.e., 2019-07-03T17:23:18Z
  - `maturity_date` string, date, required — Deposit maturity date in YYYY-MM-DD format
  - `issued_units` integer, required — Number of issued units
  - `unit_value` number, double, required — Per unit value
  - `index_type` 'di' | 'pre' | 'ipca', required — Index type: * `di` — DI rate is the average rate of interbank transactions carried out through interbank certificates of deposits. It is calculated based on fixed interbank deposits transactions settled within one business day. * `ipca` — The Extended National Consumer Price Index (IPCA) is the reference for the Brazilian inflation-targeting system. The Banco Central do Brasil (BCB) works to ensure that the IPCA's annual inflation is centered at the inflation target set by the National Monetary Council (CMN). The IPCA is also the price index of the National Treasury's Notes Series B (NTN-B). * `pre` — Use when there is a tax defined for the asset.
  - `index_rate` number, double, required — Index rate
  - `currency` string, required — ISO-4217 currency code.
  - `status` 'PENDING' | 'PROCESSING' | 'CANCELLED' | 'SETTLED' | 'PROCESSED' — PENDING: Charge is scheduled and waiting for the cycle to close. PROCESSING: Cycle closing process has started and is awaiting completion. CANCELLED: Charge canceled due to link cancellation. SETTLED: Amount is zero and/or `minimum_spend_to_charge` has not been reached. PROCESSED: Charge was posted on the statement."
  - `issuer_id` string — Issuer ID. For more information, see [issuer identification number](https://www.investopedia.com/terms/i/issuer-identification-number-iin.asp)
  - `created_at` string, date-time — Datetime program calendar strategy was created. Format = YYYY-MM-DDTHH:MM:SS:MM.
  - `updated_at` string, date-time — Datetime program calendar strategy was updated. Format = YYYY-MM-DDTHH:MM:SS:MM
  - `interest_rate` number, double — Interest rate
  - `additional_data` AdditionalData
    - `early_redemption_attributes` EarlyRedemptionAttribute[]
      - `date` string — Redemption date, format = yyyy/mm/dd.
      - `interest_rate` number, double — Interest rate
      - `floating_rate` number, double — Floating rate
  - `external_id` string — Provider-generated unique ID for client monitoring and tracking
  - `accrual_frequency` 'DAILY' | 'MONTHLY' | 'QUARTERLY' | 'HALF_YEARLY' | 'YEARLY' | 'MATURITY' — Interest accrual frequency

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
