---
title: "Unpin a pinned chat message on behalf of a streamer. Requires 'message.pin' permission. Deletes the place.stream.chat.pinnedRecord from the streamer's repo."
method: POST
path: "/xrpc/place.stream.moderation.deletePin"
tags: ["place.stream.moderation"]
---

# Unpin a pinned chat message on behalf of a streamer. Requires 'message.pin' permission. Deletes the place.stream.chat.pinnedRecord from the streamer's repo.

`POST /xrpc/place.stream.moderation.deletePin`

## Request body

- object
  - `streamer` string, did, required — The DID of the streamer.
  - `pinUri` string, uri, required — The AT-URI of the pinned record to delete.

## Response `200`

Success

- object

## Other responses

- `400` — Bad Request

---

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