SavvyCalSavvyCal Appointments
SavvyCalSavvyCal Appointments
HomeAuthenticationRate LimitingIdempotency
PlatformsData ModelUsers and AccountsConnected AccountsBooking IntentsSlot AvailabilityWorking with DatesMetadata Filtering
Embedding
Components
Public Booking Form
WebhooksAPI Changelog
API Reference
Create form POSTDelete form DELETEGet form GETList forms GETUpdate form PATCH
API ReferenceForms

Delete form

Delete an existing form.

DELETE
/v1/forms/{form_id}

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

form_id*string

Form ID

Response Body

text/plain

application/json

application/json

curl -X DELETE "https://example.com/v1/forms/string"
""

Create form POST

Create a new form in the account.

Get form GET

Get a single form by ID.