Skip to main content
DELETE
Delete a Donor Address
If the address is the donor’s primary one, promote another with Set Primary Donor Address first.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

id
integer<int64>
required

The ID of the donor the address belongs to.

addressId
integer<int64>
required

The ID of the donor address to delete.

Response

OK

Last modified on July 28, 2026