Delete iCal Feed
rizerve_delete_ical_feedDelete an imported iCal feed from a property to clear all dates synced from that feed.
Instructions
Remove an imported iCal feed. Imported dates from this feed are cleared.
Args:
slug (string): Property public slug
feed_id (string): iCal feed UUID to delete
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Examples:
"Remove the Airbnb calendar connection" → rizerve_delete_ical_feed({ slug: "beachfront-villa", feed_id: "770e8400-..." })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Property public slug (e.g. "beachfront-villa") | |
| feed_id | Yes | iCal feed UUID to delete | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |