Skip to content

Endpoint

  • Method: DELETE
  • Path: /admin/webhooks/{id}
  • Edition: PRO
  • Controller: ProAdminController@deleteWebhook
  • Route source: fluent-community-pro/app/Http/Routes/api.php:46
  • Controller source: fluent-community-pro/app/Http/Controllers/ProAdminController.php

DELETE Delete Webhook

DELETE
/admin/webhooks/{id}

Delete Webhook for the FluentCommunity Admin API.

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

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