Skip to content

Deletes an inbound webhook so its URL stops accepting calls.

Endpoint

  • Method: DELETE

  • Path: /admin/webhooks/{id}

  • Edition: PRO

  • Controller: ProAdminController@deleteWebhook

  • Route source: fluent-community-pro/app/Http/Routes/api.php:52

  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

  • Requires the FluentCommunity community-admin permission (or a WordPress super admin).

  • Requires FluentCommunity Pro.

  • Destructive and immediate; any external system still posting to the URL will start failing.

Live sample

The request and response below were recorded against a running FluentCommunity install and then anonymised — member names, emails, avatars and post content are fictional, and long collections are trimmed to a few entries.

DELETE Delete Webhook

DELETE
/admin/webhooks/{id}

Deletes an inbound webhook so its URL stops accepting calls.

Controller: ProAdminController@deleteWebhook
Route source: fluent-community-pro/app/Http/Routes/api.php:52

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation