delete_booking_page
ActiveTool of Chronary
declared in 1.0.0
Delete (deactivate) a booking page. Its hosted URL stops resolving; already-booked events are unaffected.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"booking_page_id"
],
"properties": {
"booking_page_id": {
"type": "string",
"description": "Booking page ID to delete (bkp_...)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Chronary
https://github.com/Chronary/chronary-mcp
2/7 registries