---
title: "[Beta] Remove a saved tool"
method: DELETE
path: "/api/v2/saved-tools"
tags: ["Tool Endpoints [Beta]"]
---

# [Beta] Remove a saved tool

`DELETE /api/v2/saved-tools`

Idempotently remove a registered tool from the authenticated account's saved tools. Removed is false when the tool was already absent.

## Query parameters

- `tool_id` string, required
- `registry_chain` string, required
- `registry_addr` string, required
- `toolkit_name` string

## Response `200`

Saved-tool removal result

- SavedToolActionResponse — Result of removing a saved tool
  - `removed` boolean, required — Whether a saved tool existed and was removed

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Wallet token lacks permission for this request
- `404` — Not Found
- `409` — Conflict
- `500` — Internal server error. Please open a support ticket so OpenSea can investigate.

---

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