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 client POSTDelete client DELETEGet client GETList clients GETUpdate client PATCH
API ReferenceClients

Delete client

Deletes an existing client.

DELETE
/v1/clients/{client_id}

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

client_id*string

Client ID

Response Body

text/plain

application/json

application/json

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

Create client POST

Create a new client in the account.

Get client GET

Get a single client by ID.