DELETE
/
v1
/
funds
/
{id}
/
collaborators
/
{userId}
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

userId
any
required

The unique identifier of the collaborator user to remove

id
any
required

The unique identifier of the fund

Response

200

Collaborator successfully removed from the fund