---
title: "Delete receivable"
method: DELETE
path: "/v1/credit-rights/{internalNumber}"
tags: ["Receivable"]
---

# Delete receivable

`DELETE /v1/credit-rights/{internalNumber}`

Delete receivable.

 If deletion fails, a <a href="https://developers.pismo.io/events/docs/depositary-credit-rights-status-change-failure-1" target="_blank">credit_rights_status_change_failure-1</a> event is generated. If deletion succeeds, a <a href="https://developers.pismo.io/events/docs/depositary-credit-rights-status-change-success-1" target="_blank">credit_rights_status_change_success-1</a> event is generated.

## Path parameters

- `internalNumber` string, required

## Response `202`

Success message is sent to the client while delete is processed asynchronously

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `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/versions/935b62e16de4/schema)
