Skip to main content
DELETE
/
admin
/
donor-credit-card
/
{donor_id}
Delete donor card details
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/donor-credit-card/{donor_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Credit Card Successfully Deleted."
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

donor_id
integer
required

The id of the donor form

Response

Card details deleted successfully

message
string
Example:

"Credit Card Successfully Deleted."