Webhook Template
Delete Webhook Template
Delete a webhook template from your HookPulse account
DELETE
Delete a webhook template from your HookPulse account.
Base URL
All API requests should be made to:Example request
Request body
| Field | Type | Required | Description |
|---|---|---|---|
webhook_template_uuid | string | Yes | UUID of the webhook template to delete |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
message | string | Success message confirming the deletion |
Authorizations
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Body
application/json
Webhook template deletion request
UUID of the webhook template to delete

