BookingCustomAttributes
BulkDeleteBookingCustomAttributes
Bulk deletes bookings custom attributes.
To call this endpoint with buyer-level permissions, set APPOINTMENTS_WRITE for the OAuth scope. To call this endpoint with seller-level permissions, set APPOINTMENTS_ALL_WRITE and APPOINTMENTS_WRITE for the OAuth scope.
For calls to this endpoint with seller-level permissions to succeed, the seller must have subscribed to Appointments Plus or Appointments Premium.
post/v2/bookings/custom-attributes/bulk-delete
Request body
Response
Success
Example response
{
"errors": [],
"values": {
"id1": {
"booking_id": "N3NCVYY3WS27HF0HKANA3R9FP8",
"errors": []
},
"id2": {
"booking_id": "SY8EMWRNDN3TQDP2H4KS1QWMMM",
"errors": []
},
"id3": {
"booking_id": "SY8EMWRNDN3TQDP2H4KS1QWMMM",
"errors": []
}
}
}