---
title: "Remove a GMV Max creator exclusion"
method: DELETE
path: "/gmv-max/excluded-creators/{handle}"
tags: ["GMV Max"]
---

# Remove a GMV Max creator exclusion

`DELETE /gmv-max/excluded-creators/{handle}`

Remove a creator from this shop's GMV Max exclusion list, restoring them to bottom-of-funnel delivery. `handle` is the creator's TikTok handle (from GET /gmv-max/excluded-creators). Removing a creator who isn't excluded is a no-op that still returns 200 with `removed: false`. Requires `read_write` scope and an `Idempotency-Key`. Single shop only.

## Path parameters

- `handle` string, required — The excluded creator's TikTok handle.

## Headers

- `Idempotency-Key` string, nullable

## Response `200`

Successful Response

- GmvMaxExcludedCreatorRemoveResponse — DELETE /gmv-max/excluded-creators/{handle}.
  - `data` GmvMaxExcludedCreatorRemoveResult, required
    - `handle` string, required — The handle that was targeted for removal.
    - `removed` boolean, required — True if a row was removed; false if the creator wasn't excluded (a no-op — the call is still a 200).

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `409` — Conflict
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[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/643422c93bd8/schema)
