---
title: "Clear the shop's do-not-contact list"
method: POST
path: "/shops/blacklist/clear"
tags: ["Targets & Blacklist"]
---

# Clear the shop's do-not-contact list

`POST /shops/blacklist/clear`

Remove every creator from this shop's blacklist in one call, making all of them eligible for outreach again.

There is no undo — the rows are deleted, not archived, so read the list with `GET /shops/blacklist` first if you may need to restore it. Clearing an already-empty list is a no-op that returns `removed_count: 0`. Requires a key with `read_write` scope and a single shop.

## Response `200`

Successful Response

- BlacklistClearResponse — Outcome of a clear.
  - `removed_count` integer, required — Rows deleted from the list.

---

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