---
title: "Delete Board Image Pin"
method: DELETE
path: "/board-image-pin"
---

# Delete Board Image Pin

`DELETE /board-image-pin`

Deletes a board image pin for this user.

## Request body

- DeleteBoardImagePinRequest
  - `board_id` string, required
  - `generation_id` string, nullable
  - `upload_id` string, nullable

## Response `200`

Successful Response

- DeleteBoardImagePinResponse

## Other responses

- `422` — Validation Error

---

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