---
title: "Delete Internal Transfer"
method: DELETE
path: "/v1/internal-transfers/{id}"
tags: ["Internal Transfer"]
---

# Delete Internal Transfer

`DELETE /v1/internal-transfers/{id}`

Deletes a specific transfer object by its ID. Only applicable for transfers in a deletable state (e.g., pending).

## Path parameters

- `id` string, required — Unique identifier of the transfer to delete.

## Headers

- `Monime-Version` 'caph.2025-08-23' | 'caph.2025-06-20', nullable — Specifies which version of the Monime API will handle this request.
- `Monime-Space-Id` string, required — The value is the tenancy parameter that Monime uses to determine which space the request is intended for.

## Response `200`

OK

- object
  - `success` boolean — Represents the status of the query operation, confirming if it was successful. This field is always true
  - `messages` unknown[] — Contains a list of messages providing relevant information or feedback related to the query or operation
    - unknown

---

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