---
title: "Remove partner from competition"
method: DELETE
path: "/api/admin/competitions/{competitionId}/partners/{partnerId}"
tags: ["Admin"]
---

# Remove partner from competition

`DELETE /api/admin/competitions/{competitionId}/partners/{partnerId}`

Remove the association between a partner and a competition

## Path parameters

- `competitionId` string, uuid, required
- `partnerId` string, uuid, required

## Response `200`

Partner removed successfully

## Other responses

- `401` — Unauthorized
- `404` — Partner association not found
- `500` — Server error

## Changes

- **2025-11-10** `5f252e990eb0` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/admin/competitions/:competitionId/partners/:partnerId/delete.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
