Overview
Use Cases
Connectors
Authentication
Getting Started with the Python SDK
API Reference
ai_agents
ai_chat
algorithm
annotations
application_connectors
batch_prediction
code_completion
custom_loss_function
custom_metric
database_connectors
dataset
deployment
deployment_conversations
docstore
document_retrievers
documentation
eda
external_app
feature_drift
feature_group
feature_group_row_process
feature_group_template
file_connectors
graph_dashboard
holdout_analysis
llm_apps
model
model_monitoring
module
natural_language_explanation
organization
pipelines
predict
prediction_operator
project
python_function
refresh
secrets
streaming
streaming_connectors
upload
webhooks
createDeploymentWebhook
deleteWebhook
describeWebhook
listDeploymentWebhooks
updateWebhook
API Classes
API Inputs
Documentation Chat Bot
API Search
Video Tutorials
ChatLLM
API Reference
>
webhooks
>
deleteWebhook
Copied URL to clipboard
×
Method
deleteWebhook
DELETE
Copy
DELETE
Delete the webhook
Arguments:
REQUIRED
KEY
TYPE
DESCRIPTION
Yes
webhookId
str
Unique identifier of the target webhook.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
Response:
KEY
TYPE
DESCRIPTION
success
Boolean
true if the call succeeded, false if there was an error
Exceptions:
TYPE
WHEN
DataNotFoundError
webhookId
is not found.
Language:
python
curl