cURL
curl --request DELETE \ --url https://api.endaoment.org/v1/funds/{id}/collaborators/{userId} \ --header 'Authorization: Bearer <token>'
Removes a collaborator’s access to a specific fund. Only the fund manager can perform this action.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Collaborator successfully removed from the fund
Was this page helpful?