Skip to main content
DELETE
Remove a client from the waiting list

Authorizations

Authorization
string
header
required

API key created in the dashboard under Settings → API Keys. Send it as Authorization: Bearer pk_....

Path Parameters

entry_id
integer
required

ID of the waiting-list entry.

Query Parameters

reason
string | null

Free-text note stored as the removal detail.

Response

OK

Response carrying a single entry.

data
PublicWaitlistEntrySchema · object
required

The entry after the operation.

status
string
default:success

Always success.

Allowed value: "success"