Public API Reference
Public API details and usage examples for the Members Portal
Cancels and deletes a specific booking.
{ "WasSuccessful": true }
ActionConfirmation
DELETE /api/public/bookings/1234 Authorization: Bearer {token}
import endpoints from '@/api/endpoints' const result = await httpClient.delete(endpoints.bookings.delete(1234).url)