---
title: "Cancel an onramp"
method: POST
path: "/v2/onramps/{transferId}/cancel"
tags: ["Onramp"]
---

# Cancel an onramp

`POST /v2/onramps/{transferId}/cancel`

Cancel an onramp that is in review. Only onramps with status `IN_REVIEW` can be cancelled.

## Path parameters

- `transferId` string, required

## Response `200`

Success

- CancelOnrampResponse
  - `message` string

## Other responses

- `400` — Bad request - validation error
- `401` — Unauthorized
- `404` — Resource not found
- `500` — Internal Server Error

---

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