curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/{donor_entity_id}/archive \
--header 'Authorization: Bearer <token>'
{
"message": "Sponsorship Successfully Removed."
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the donor entity
Successful operation
The response is of type object
.
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/{donor_entity_id}/archive \
--header 'Authorization: Bearer <token>'
{
"message": "Sponsorship Successfully Removed."
}