Delete Headout Webhook Configuration
**🗑️ Delete Headout Webhook Configuration**
Remove the webhook configuration from Headout API. This will stop all webhook deliveries.
## ⚠️ **Warning**
This action is irreversible. Once deleted, you will need to create a new webhook configuration
to resume receiving booking status updates.
## 🎯 **Use Cases**
- **Service Decommission**: Remove webhook when shutting down service
- **Environment Cleanup**: Clean up webhook configurations in unused environments
- **Security**: Remove webhook if endpoint is compromised
- **Reconfiguration**: Delete before creating new configuration with different settings
## 📊 **Response Format**
```json
{
"success": true,
"message": "Webhook configuration deleted successfully",
"timestamp": "2024-01-15T10:30:00.000Z"
}
```
## 📊 **Response Codes**
- **200**: Webhook deleted successfully
- **404**: Webhook configuration not found (already deleted)
- **401**: Unauthorized - Invalid API key
- **500**: Internal server error
Authentication
AuthorizationBearer
JWT token from @etera-ai/auth package (auth.etera.dev) - Format: Bearer <token>
Response
Webhook configuration deleted successfully
