Skip to main content
DELETE
/
admin
/
form
/
field
Delete a 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"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Query Parameters

id
integer
required

ID of the field to be deleted

Example:

1

type
string
required

Type of the field to be deleted

client_id
integer
required

ID of the client

Example:

"100"

Response

Successful operation

message
string
Example:

"Successfully deleted the form field"