Skip to main content
DELETE
/
api
/
broker_funder_policies
/
funders
/
{funder_heron_id}
Remove a funder from broker's policies
curl --request DELETE \
  --url https://app.herondata.io/api/broker_funder_policies/funders/{funder_heron_id}/ \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.herondata.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

funder_heron_id
string
required

The Heron ID of the funder to remove

Response

Funder removed from policies

message
string