api:flexcare:adbcommand:delete
Table of Contents
API : FlexCare : ADB command : Delete
Introduction
This will permanently delete an ADB (Android Debug Bridge) command from FlexCare.
The command is removed from the shared catalogue of ADB commands and can no longer be listed or retrieved.
Request
| URL | https://api.telecomx.dk/flexcare/adb/command/:id | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER admin (with the TV employee feature) ADMIN |
|
| Params | id | [required] ObjectId of the ADB command to delete. |
Query examples
https://api.telecomx.dk/flexcare/adb/command/1234567890ABCD1234567890
Response
| JSON object | |
|---|---|
| success | Always true when the command was deleted. |
Example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 422 | id | id must be a valid ObjectId. |
| 403 | access_denied | Insufficient access level — minimum RESELLER admin required, or the RESELLER admin does not have the TV employee feature. |
| 404 | id | ADB command not found. |
| 500 | internal_error | <Unspecified> |
api/flexcare/adbcommand/delete.txt · Last modified: by Mikkel Frederiksen