Remove members

Remove donors from a network, cleaning up their connections. Returns 204 if all removals succeed. Returns 200 with a list of failed IDs if some succeed but others fail. Returns 500 if all removals fail.

Cost: Free.

Authentication

x-api-keystring
Your DonorAtlas API key. Contact support@donoratlas.com to get started.

Path parameters

network_idstringRequired

Request

This endpoint expects an object.
donor_idslist of stringsRequired
DonorAtlas donor IDs to remove from the network

Response

Some removals failed
failedlist of strings
Donor IDs that could not be removed due to a server error. Safe to retry

Errors

402
Payment Required Error
422
Unprocessable Entity Error