Delete an existing field in a form
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/form/field \
--header 'X-HYS-API-Key: <api-key>'{
"message": "Successfully deleted the form field"
}API key generated from Developer Settings. Format: hys_...
ID of the field to be deleted
1
Type of the field to be deleted
ID of the client
"100"
Successful operation
"Successfully deleted the form field"
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/form/field \
--header 'X-HYS-API-Key: <api-key>'{
"message": "Successfully deleted the form field"
}