Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.helpyousponsor.com/v1/admin/delete/donors \ --header 'X-HYS-API-Key: <api-key>'
{ "message": "Successfully deleted donors." }
API key generated from Developer Settings. Format: hys_...
Comma-separated list of entity IDs to delete
"1,2,3"
Successful operation
"Successfully deleted donors."