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 DELETE \ --url https://{deployment}/api/v1/tiro/webhooks/{webhook_id} \ --header 'X-API-KEY: <api-key>'
{ "success": true, "webhook": {}, "message": "<string>" }
Deletes a webhook. Pro license required.
Your deployment's API key (MMK_API_KEY).
Numeric Tiro webhook ID.
Deletion result
Was this page helpful?