---
title: "Cancel a ramp order"
method: POST
path: "/ramp/orders/{id}/cancel"
tags: ["Ramp"]
---

# Cancel a ramp order

`POST /ramp/orders/{id}/cancel`

Cancels a ramp order if it is still in a cancellable state.

## Path parameters

- `id` number, required

## Response `200`

Order cancelled

## Other responses

- `400` — Order cannot be cancelled
- `404` — Order not found

## Changes

- **2026-04-09** `654264f49b4d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/horuslabsio/apis/chainrails-api/changes/ramp/orders/:id/cancel/post.md)

---

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