---
title: "Delete a search history item"
method: DELETE
path: "/api/org/search/history"
tags: ["Organization Management"]
---

# Delete a search history item

`DELETE /api/org/search/history`

Delete an existing search history item or all history for a given organization

**Requires access token scope:** `user_manage`

## Query parameters

- `id` string — The ID of a specific search history item to delete; omit to delete all history for the organization
- `orgId` string, required — The ID of the organization
- `organizationId` string — Optional alias for orgId; if provided, must match orgId

## Response `200`

Search history item deleted successfully

- object
  - `deletedRows` number, required

---

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