Represents a BulkDeleteBookingCustomAttributes request.
BulkDeleteBookingCustomAttributesRequest
Name | Type | Tags | Description |
---|---|---|---|
Values |
IDictionary<string, BookingCustomAttributeDeleteRequest> |
Required | A map containing 1 to 25 individual Delete requests. For each request, provide an arbitrary ID that is unique for this BulkDeleteBookingCustomAttributes request and theinformation needed to delete a custom attribute. |
{
"values": {
"key0": {
"booking_id": "booking_id4",
"key": "key0"
}
}
}