Skip to main content
DELETE
/
v1
/
funds
/
{id}
/
collaborators
/
{userId}
Remove a collaborator from a fund
curl --request DELETE \
  --url https://api.endaoment.org/v1/funds/{id}/collaborators/{userId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

Response

Collaborator successfully removed from the fund