---
title: "Delete pin"
method: POST
path: "/rest/api/v1/unpin"
tags: ["Pins"]
---

# Delete pin

`POST /rest/api/v1/unpin`

Unpin a previously pinned result.

## Query parameters

- `locale` string

## Request body

- Unpin
  - `id` string — The opaque id of the pin to be unpinned.

## Response `200`

OK

## Other responses

- `400` — Invalid request
- `401` — Not Authorized
- `403` — Forbidden from unpinning someone else's pin
- `429` — Too Many Requests

---

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