Delete a webhook by ID
/plugin marketplace add sinch/sinch-plugins/plugin install sinch-claude-plugin@sinch--id=<webhook-id> [--confirm]api/webhooks/# Delete Webhook Delete a webhook from your Sinch Conversation API app. ## Input - `--id`: Webhook ID to delete - required - `--confirm` / `-y`: Skip confirmation prompt - optional $ARGUMENTS ## Instructions 1. Parse and validate arguments from $ARGUMENTS: - Validate that `--id` is provided and non-empty - Check if `--confirm` flag is present (for skipping confirmation) 2. Call `mcp__sinch__sinch-mcp-configuration` to get the current configuration. 3. Verify the webhook exists: - List existing webhooks to verify the webhook ID exists - If the webhook doesn't exist, rep...