Skip to main content
DELETE
/
v1
/
event-types
/
{eventType}
/
booking-forms
/
{field}
cURL
curl --request DELETE \
  --url https://api.novacal.io/v1/event-types/{eventType}/booking-forms/{field} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

eventType
integer<int64>
required

ID of event type

field
integer<int64>
required

ID of booking form field to delete

Response

204

Booking form field deleted successfully (no content)