Delete Rizerve Property
rizerve_delete_propertyPermanently delete a property and all associated bookings, availability data, and iCal feeds. Use the property's public slug to specify which listing to remove.
Instructions
Delete a property permanently.
⚠️ DESTRUCTIVE: This action cannot be undone. All bookings, availability data, and iCal feeds for this property will also be deleted.
Args:
slug (string): Property public slug to delete
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Examples:
"Remove the old cabin listing" → rizerve_delete_property({ slug: "old-cabin" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Property public slug (e.g. "beachfront-villa") | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |