curl --request DELETE \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/file/{client_id}/{program_id}/{id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"status": "success",
"redirect": "/frontend/donor_upload/{client_id}/{program_id}/{entity_id}/{session_id}"
}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.
Use a session id to authenticate
The ID of the client
The ID of the program
The ID of the file to delete
The ID of the entity
The ID of the session
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/file/{client_id}/{program_id}/{id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"status": "success",
"redirect": "/frontend/donor_upload/{client_id}/{program_id}/{entity_id}/{session_id}"
}