---
title: "Cancel Order"
method: DELETE
path: "/profiles/{profile_id}/orders/{id}"
tags: ["Orders"]
---

# Cancel Order

`DELETE /profiles/{profile_id}/orders/{id}`

Submits a cancellation request. A response indicates that the request has been acknowledged and provides no
guarantee the order has been cancelled.

## Path parameters

- `profile_id` string, required
- `id` string, required

## Response `200`

A successful response.

- CancelOrderResponse

## Other responses

- `403` — Could not cancel order

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/versions/0687ca8c9a8d/schema)
