delete_webhook_destination
Remove a webhook destination and its queued deliveries. Requires confirm=true; without confirmation, the request does nothing.
Instructions
Delete a webhook destination and queued deliveries. Requires confirm=true.
Mutating operation: removes the identified webhook destination and its queued deliveries from the store. Returns success=false unless confirm=true. Use create_webhook_destination to add one.
Args: destination_id: Identifier of the webhook destination to delete. confirm: Must be True to delete the destination; without it the call is a no-op. Defaults to False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be True to delete the destination; without it the call is a no-op. Defaults to False. | |
| destination_id | Yes | Identifier of the webhook destination to delete. |