Skip to main content
DELETE
/
admin
/
delete
/
donors
Delete donors
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/delete/donors \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successfully deleted donors."
}

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_...

Query Parameters

donor_ids
string
required

Comma-separated list of entity IDs to delete

Example:

"1,2,3"

Response

Successful operation

message
string
Example:

"Successfully deleted donors."