DELETE
/
admin
/
form
/
field
curl --request DELETE \
  --url https://api.helpyousponsor.com/v1/admin/form/field \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully deleted the form field"
}

Authorizations

Authorization
string
header
required

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

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

200
application/json
Successful operation
message
string
Example:

"Successfully deleted the form field"