Request Details/Uninstall Software from a Device
Verb:POST
URL: {url}/device/{id}/software/{softwareId}/uninstall
Parameters
Field | Description | Guy | Obligatory | Possible values |
---|---|---|---|---|
Id | Represents the identifier of the device on which the action is to be executed. | Whole | Yes | - |
softwareId | It represents the identifier of the software that you want to uninstall. | Whole | Yes | - |
Parameters for this request that must be sent in the body of the request:
Field | Description | Guy | Obligatory | Possible values |
---|---|---|---|---|
unistallString | Describes the command for silent uninstall | Whole | Yes | - |
Answer
- Code: 200 – Successful Answer:True
- Code: 400 - Bad request Answer: Error Description Message
-
Code: 500 - Internal Error Server Answer: Error Description Message
- BadRequest If the device ID is not greater than 1. If the installation string is not sent
- ValidationError If one of the required values is not sent