Delete an existing field in a form
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/form/field \
--header 'Authorization: Bearer <token>'
{
"message": "Successfully deleted the form field"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the field to be deleted
1
Type of the field to be deleted
ID of the client
"100"
Successful operation
The response is of type object
.
curl --request DELETE \
--url https://api.helpyousponsor.com/v1/admin/form/field \
--header 'Authorization: Bearer <token>'
{
"message": "Successfully deleted the form field"
}