delete_webhook
Delete a webhook from a Grist document by providing the document ID and webhook ID. Use list_webhooks to obtain valid webhook IDs.
Instructions
Supprime un webhook.
Prérequis: - list_webhooks: Pour obtenir un webhook_id valide
Args: doc_id: L'ID du document webhook_id: L'ID du webhook à supprimer
Returns: Dict avec statut et message de l'opération
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| webhook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||