DELETE
/
admin
/
donor-credit-card
/
{donor_id}
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/donor-credit-card/{donor_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Credit Card Successfully Deleted."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

donor_id
integer
required

The id of the donor form

Response

200
application/json
Card details deleted successfully
message
string
Example:

"Credit Card Successfully Deleted."