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

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

entry_id
integer
requerido

ID of the waiting-list entry.

Parámetros de consulta

reason
string | null

Free-text note stored as the removal detail.

Respuesta

OK

Response carrying a single entry.

data
PublicWaitlistEntrySchema · object
requerido

The entry after the operation.

status
string
predeterminado:success

Always success.

Allowed value: "success"