Delete Availability Rule

You can delete an availability entry using the 'deleteAvailability' mutation.

🚧

Long-running task

As with updating, when an availability rule is deleted, the availability of all objects related to that entry must be recalculated, so this has the potential of taking some time.

When an availability rule is deleted successfully, only the UID of the deleted rule is returned.

mutation deleteAvailability {
  deleteAvailability(uid: "d53332c0-6ed6-4c97-996f-b5bc4982ba98")
}

Response:

"d53332c0-6ed6-4c97-996f-b5bc4982ba98"