DELETE
/
admin
/
forms
/
{hysform_id}
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/forms/{hysform_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully Deleted Form"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hysform_id
integer
required

ID of the form to delete

Response

200
application/json
Form successfully deleted
message
string
Example:

"Successfully Deleted Form"