Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://{deployment}/api/v1/tiro/webhooks/{webhook_id} \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "is_active": false } '
{ "success": true, "webhook": {}, "message": "<string>" }
Updates a webhook’s name, URL, event types, or active state. Pro license required.
Your deployment's API key (MMK_API_KEY).
Numeric Tiro webhook ID.
Updated webhook
Was this page helpful?