Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 642 Bytes

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

File metadata and controls

24 lines (15 loc) · 642 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

Delete Booking Custom Attribute Definition Response

Fields

Name Type Tags Description
errors List Error Optional Any errors that occurred during the request.

Example (as JSON)

{
  "errors": []
}