メインコンテンツまでスキップ

Action: invalidate_bookings

Invalidate (soft-delete) bookings.

action_typestringrequired

Action type identifier.

Constant value: invalidate_bookings
booking_uidsstring<uuid>[]required

List of uids of the bookings to be invalidated.

Action: invalidate_bookings
{
"action_type": "string",
"booking_uids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
]
}