---
title: "Clear Position Held"
method: DELETE
path: "/executors/positions/{connector_name}/{trading_pair}"
tags: ["Executors"]
---

# Clear Position Held

`DELETE /executors/positions/{connector_name}/{trading_pair}`

Clear a held position (after manual close or full exit).

This removes the position from tracking but preserves historical data
in completed executors.

## Path parameters

- `connector_name` string, required
- `trading_pair` string, required

## Query parameters

- `account_name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-08** `92703f48a69e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/executors/positions/:connector_name/:trading_pair/delete.md)

---

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