---
title: "Deletes an order and it's commission from the affiliate's account"
method: DELETE
path: "/admin/orders/{id}"
tags: ["orders"]
---

# Deletes an order and it's commission from the affiliate's account

`DELETE /admin/orders/{id}`

## Response `200`

- object
  - `success` boolean
  - `deleted` number — ID of the order that was deleted

## Other responses

- `403` — Not authenticated

---

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