---
title: "Cancel algo order by id"
method: DELETE
path: "/algo/orders/{algo_id}"
tags: ["Algos"]
---

# Cancel algo order by id

`DELETE /algo/orders/{algo_id}`

Cancel an existing algo order by id

## Path parameters

- `algo_id` string, required

## Response `204`

No Content

## Other responses

- `404` — Not Found

## Changes

- **2025-12-24** `846a2e2b455b` — 1 info
  - added the media type `application/json` for the response with the status `404`

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/algo/orders/:algo_id/delete.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/846a2e2b455b?raw)
