---
title: "Delete a transfer"
method: DELETE
path: "/transfers/{transferID}"
tags: ["Transfers"]
---

# Delete a transfer

`DELETE /transfers/{transferID}`

Delete a transfer that was previously created. Must be in the awaiting_funds state.

## Response `200`

Successful deletion of transfer

## Other responses

- `401` — Missing or invalid API key
- `404` — No resource found
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
