booking_pages_delete
Deactivate a booking page by its event type ID. The page is hidden from public booking but can be reactivated later.
Instructions
Deactivate (pause) a booking page by its event type ID. The server soft-deletes: the page is hidden from public booking (is_active=false) but the row is retained and the page can be re-activated via update <id> --is-active true. Requires the booking_pages:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventTypeId | Yes |