deletePropertyReservations mutation
Deletes all reservations for a specified sandbox property.
Note: This operation will permanently delete all reservations for the specified property and cannot be reversed.
Syntax
1mutation {2 deletePropertyReservations(input: DeletePropertyReservationsInput!): DeletePropertyReservationsPayload!3}
Example
- Request
- Response
1mutation {2 deletePropertyReservations(input: {3 propertyId: "100000027"4 }) {5 clientMutationId6 }7}
Arguments
Name | Description |
---|---|
| Required. Type: DeletePropertyReservationsInput |
Types
Name | Type | |||||||
---|---|---|---|---|---|---|---|---|
DeletePropertyReservationsInput | InputObject | |||||||
Input object for deleting all reservations for a specified property.
| ||||||||
DeletePropertyReservationsPayload | Object | |||||||
Response payload for the
| ||||||||
ID | ID | |||||||
The | ||||||||
String | String | |||||||
The |