Webhooks
Delete a Webhook
API Reference
Collections
Records
Workflows
- GETDiscover Workflows
- GETGet Discoverable Workflow
- GETGet Discoverable Workflow Version
- POSTRun Discoverable Workflow
- POSTCancel a Discoverable Workflow Run
- GETGet Workflows
- GETGet a Workflow
- GETGet Workflow Runs
- POSTRun a Workflow
- POSTReplay a Workflow Run
- GETGet a Workflow Run
- POSTCancel a Workflow Run
- GETGet Workflow Versions
- GETGet a Workflow Version
Tests
Variables
Webhooks
Delete a Webhook
Delete an existing webhook for a specific app.
DELETE
/
apps
/
{app_id}
/
webhooks
/
{webhook_id}
curl --request DELETE \
--url https://api.withcortex.ai/apps/{app_id}/webhooks/{webhook_id}
"<any>"
Response
200 - application/json
The response is of type any
.
Was this page helpful?
curl --request DELETE \
--url https://api.withcortex.ai/apps/{app_id}/webhooks/{webhook_id}
"<any>"