Skip to main content

deleteBookingMetadata

This mutation removes a metadata entry by key. If the key does not exist, no error is returned and the booking is returned unchanged.

deleteBookingMetadata(
bookingId: ID!
key: String!
): BookingResponsePayload

Arguments

deleteBookingMetadata.bookingId ● ID! non-null scalar

deleteBookingMetadata.key ● String! non-null scalar

Type

BookingResponsePayload object

The requested/resulting booking or the error associated with the operation.