Delete Webhook
Webhooks
Delete Webhook
Remove a registered webhook. Use GET /get-webhooks first to find the id.
DELETE
Delete Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
UseGET /get-webhooks first to find the webhook id.
Request Body
| Field | Required | Description |
|---|---|---|
id | Yes | UUID of the webhook to delete |
Response
Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json
UUID of the webhook to delete
Example:
"0df9d480-f181-466b-ae8d-85216c16e8dd"

