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.
| 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. |
https://api.telecomx.dk/flexcare/adb/command/1234567890ABCD1234567890
| JSON object | |
|---|---|
| success | Always true when the command was deleted. |
{ success: true }
| 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> |