Endpoint
- Method:
DELETE - Path:
/calendars/{id} - Edition: Core
- Controller:
CalendarController@deleteCalendar - Route source:
fluent-booking/app/Http/Routes/api.php:20 - Policy:
CalendarPolicy
Delete Calendar
DELETE
/calendars/{id}
Handler: CalendarController@deleteCalendar. Source: fluent-booking/app/Http/Routes/api.php:20.
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"
}