Skip to main content
DELETE
/
admin
/
donor
/
view
/
{report_id}
/
{hysform_id}
Remove a saved donor view
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/donor/view/{report_id}/{hysform_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successful"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

report_id
integer
required

The id of the report

hysform_id
integer
required

The id of the form

Response

Successful operation

message
string
Example:

"Successful"