Skip to main content
DELETE
/
admin
/
donation
/
{donation_id}
Remove a donation
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/donation/{donation_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Donation 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

donation_id
integer
required

ID of the donation to be deleted

Response

Donation successfully deleted.

message
string
Example:

"Donation successfully deleted."