Delete a lock controller and all its lockers from the system. Controller must not have any active transactions on its lockers.Caution: This operation deletes the controller and all its lockers. Historical logs will have lock_controller_id set to NULL but remain in the system. This operation cannot be undone.
Request
Authorization
Basic Auth
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
or
API Key
Add parameter in header
X-Session-Token
Example:
X-Session-Token: ********************
or
Path Params
Responses
🟢200OK
application/json
Controller and all its lockers deleted successfully