Skip to main content
DELETE
/
admin
/
forms
/
{hysform_id}
Delete a form
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "Successfully Deleted Form"
}

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

hysform_id
integer
required

ID of the form to delete

Response

Form successfully deleted

message
string
Example:

"Successfully Deleted Form"