Skip to main content
DELETE
/
funds
/
{fund}
Delete the fund resource
curl --request DELETE \
  --url https://api.givebutter.com/v1/funds/{fund} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fund
string | null
required

The fund fid

Response