DELETE

Delete Control


Deletes an input control from the draft form.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Events
Manage Events
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events/v1/events/{eventId}/form/controls/{id}

Path Params
eventIdstringRequired

Event ID.


idstringRequired

Unique input control ID.

Response Object
formForm

Modified draft event form

Delete Control Example 1
Request
cURL
Response
JSON
Errors
404Not Found

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?