<- Booking Custom Attributes API

Booking Custom Attributes API

Bulk delete booking custom attributes

POST

 /v2/bookings/custom-attributes/bulk-delete

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.

Permissions:APPOINTMENTS_WRITE
Try in API Explorer
Link to section

Request body

Example code

Link to section

values

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 the information needed to delete a custom attribute.

Link to section

Response fields

Link to section

values

A map of responses that correspond to individual delete requests. Each response has the same ID as the corresponding request and contains booking_id and errors field.

Link to section

errors

Any errors that occurred during the request.