Delete Webhook Endpoint
Webhooks
Delete Webhook Endpoint
Permanently delete a webhook configuration
DELETE
Delete Webhook Endpoint
Delete Webhook Endpoint
DELETE https://api.baanx.com/v1/webhooks/{id} Permanently deletes a webhook configuration.Overview
Removes a webhook endpoint and stops all future event deliveries to it. This action cannot be undone. If you want to temporarily stop deliveries, consider disabling the webhook withis_active: false instead.
Authentication
This endpoint requires authentication via Bearer token:Request
Headers
Bearer token for authentication
Path Parameters
Unique identifier of the webhook configuration to delete
Request Example
Response
200 Success
Indicates the webhook was deleted successfully
Error Responses
Related Endpoints
GET /v1/webhooks- List all remaining webhook endpointsPOST /v1/webhooks- Create a new webhook endpointPUT /v1/webhooks/{id}- Disable a webhook temporarily (is_active: false)