Endpoint
- Method:
DELETE - Path:
/calendars/{id}/events/{event_id}/webhooks/{webhook_id} - Edition: Pro
- Controller:
WebhookController@deleteFeed - Route source:
fluent-booking-pro/app/Http/Routes/api.php:63 - Policy:
CalendarPolicy
Delete Feed
DELETE
/calendars/{id}/events/{event_id}/webhooks/{webhook_id}
Handler: WebhookController@deleteFeed. Source: fluent-booking-pro/app/Http/Routes/api.php:63.
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
event_id*
Event Id path parameter.
Type
Requiredstring
webhook_id*
Webhook Id path parameter.
Type
Requiredstring
Responses
Successful response.
application/json
JSON
{
"message": "string"
}