Skip to content

Endpoint

  • Method: DELETE
  • Path: /calendars/{id}/events/{event_id}
  • Edition: Core
  • Controller: CalendarController@deleteCalendarEvent
  • Route source: fluent-booking/app/Http/Routes/api.php:35
  • Policy: CalendarPolicy

Delete Calendar Event

DELETE
/calendars/{id}/events/{event_id}

Handler: CalendarController@deleteCalendarEvent. Source: fluent-booking/app/Http/Routes/api.php:35.

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
string
Required
event_id*

Event Id path parameter.

Type
string
Required

Responses

Successful response.

application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI