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