---
title: "Remove a funder from broker's policies"
method: DELETE
path: "/api/broker_funder_policies/funders/{funder_heron_id}/"
---

# Remove a funder from broker's policies

`DELETE /api/broker_funder_policies/funders/{funder_heron_id}/`

Remove a funder from the current broker's funder policies table. Blocked if the broker-funder pair has active submission integrations (API keys).

## Path parameters

- `funder_heron_id` string, required

## Response `200`

Funder removed from policies

- object
  - `message` string

## Other responses

- `404` — Funder not found or not linked to this broker
- `409` — Cannot remove funder due to active submission integrations

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
