Disable assistant webhook
Disable assistant webhook
Turn off webhook notifications for a specific Famulor AI assistant via API. Stops automated event delivery for call ended, lead created, and other triggers.
POST
Disable assistant webhook
Disable webhook notifications for an assistant. After disabling, you’ll no longer receive real-time updates about call completions.
Request Body
The identifier of the assistant to disable webhooks for
Response
Success confirmation message
Empty array (reserved for future functionality)
Error Responses
404 Not Found
422 Validation Error
Webhook Behavior
When webhooks are disabled:- No more HTTP POST requests will be sent to your webhook URL
- Both
is_webhook_activebecomesfalseandwebhook_urlis set tonull - Ongoing calls will complete normally, but no notifications will be sent
- Call data remains accessible via the API calls endpoints
Notes
- The assistant must belong to your account
- This completely removes the webhook configuration
- You can re-enable webhooks later using the enable webhook endpoint with a new URL
- Disabling webhooks doesn’t affect call recording or data collection

