Endpoint
- Method:
DELETE - Path:
/schedules/{id} - Edition: Core
- Controller:
SchedulesController@deleteBooking - Route source:
fluent-booking/app/Http/Routes/api.php:73 - Policy:
MeetingPolicy
Delete Booking
DELETE
/schedules/{id}
Handler: SchedulesController@deleteBooking. Source: fluent-booking/app/Http/Routes/api.php:73.
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Id path parameter.
Type
Requiredstring
Responses
Successful response.
application/json
JSON
{
"message": "string"
}