Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 702 Bytes

delete-booking-custom-attribute-definition-response.md

File metadata and controls

24 lines (15 loc) · 702 Bytes

Delete Booking Custom Attribute Definition Response

Represents a DeleteBookingCustomAttributeDefinition response containing error messages when errors occurred during the request. The successful response does not contain any payload.

Structure

DeleteBookingCustomAttributeDefinitionResponse

Fields

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

Example (as JSON)

{
  "errors": []
}