Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a project webhook definition.
delete_project_webhook
{ "type": "object", "properties": { "project_reference": { "type": "string", "description": "Project ID or slug." }, "webhook_definition_id": { "type": "string", "format": "uuid", "description": "Webhook definition ID." } }, "required": [ "project_reference", "webhook_definition_id" ], "additionalProperties": false, "description": "Structured delete webhook input schema for MCP tools.", "$schema": "http://json-schema.org/draft-07/schema#" }
{ "type": "object", "properties": { "ok": { "type": "boolean", "const": true, "description": "The ok associated with this record." } }, "required": [ "ok" ], "additionalProperties": false, "description": "Structured delete webhook output schema for MCP tools.", "$schema": "http://json-schema.org/draft-07/schema#" }