Allow deleting mobile device using the registered device_id

This commit is contained in:
JonnyWong16 2020-10-11 13:55:50 -07:00
parent bee3361ace
commit d97b87d9cc
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 13 additions and 6 deletions

3
API.md
View file

@ -240,7 +240,8 @@ Remove a mobile device from the database.
```
Required parameters:
mobile_device_id (int): The device id to delete
mobile_device_id (int): The mobile device database id to delete, OR
device_id (str): The unique device identifier for the mobile device
Optional parameters:
None