Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 636 Bytes

delete-booking-custom-attribute-response.md

File metadata and controls

24 lines (15 loc) · 636 Bytes

Delete Booking Custom Attribute Response

Represents a DeleteBookingCustomAttribute response. Either an empty object {} (for a successful deletion) or errors is present in the response.

Structure

DeleteBookingCustomAttributeResponse

Fields

Name Type Tags Description Getter
Errors List<Error> Optional Any errors that occurred during the request. List getErrors()

Example (as JSON)

{
  "errors": []
}