Overview
Delete a webhook from your Weya AI workspace. Once deleted, Weya AI will immediately stop sending event notifications to the configured endpoint.This action is permanent and cannot be undone.
Prerequisites
- Bearer Token authentication
- Valid Webhook ID
Request
string
required
Bearer token for authenticated workspace access.
string
required
Unique identifier of the webhook to delete.
Response
boolean
Indicates whether the request completed successfully.
integer
HTTP status code returned by the API.
string
Confirmation message indicating that the webhook has been deleted.
Error Handling
Before deleting a webhook, make sure:
- The webhook is no longer required by your application.
- A replacement webhook has been configured if necessary.
- Any downstream integrations have been updated.

