---
title: "Delete a profile shelf"
method: DELETE
path: "/api/v2/profile/shelves/{shelf_id}"
tags: ["Account Endpoints"]
---

# Delete a profile shelf

`DELETE /api/v2/profile/shelves/{shelf_id}`

Delete the authenticated wallet's shelf.

## Path parameters

- `shelf_id` string, required

## Response `200`

Shelf deleted successfully

## 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` — Resource not found
- `409` — Conflict
- `500` — Internal Server Error

---

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