Endpoint documentation for removing ZR Locations
I’ve noticed that there’s no documented endpoint for deleting ZR locations, as there is with other endpoints under the ZR API reference pages.
However, based on other DELETE request schema, I’ve found one that does work!
This request adds a ZR Location.
However, if we do a DELETE call to /rooms/locations/{locationId}
this does delete the location that you provide the Id for!
Should this be added to the documentation? Or should it not work? (I hope that it should be there, and should be added as it’s quite useful if there’s a POST call, and a DELETE call!