---
title: "Dismiss an offer card"
method: POST
path: "/v3/offers/dismiss"
tags: ["Offers"]
---

# Dismiss an offer card

`POST /v3/offers/dismiss`

Hides the offer for the signed-in user for good, which is what uncovers the changelog card sitting behind it.

## Request body

- object
  - `offerId` string, required

## Response `200`

The dismissal was recorded.

- object — The dismissal was recorded.
  - `success` boolean, required

## Other responses

- `401` — Not signed in.
- `404` — No such offer.
- `500` — Server error while saving.

## Changes

- **2026-08-24** `21b010d779d2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/offers/dismiss/post.md)

---

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