Home > Develop > IP Control > REST API > API List
terminateApps (v1.0)
Estimated reading time: 1 minute
- This API provides the function to terminate all applications.
Syntax
- http://<Base URL>/appControl
Authentication Level
- generic
Request
- params' Elements
- Not necessary.
- JSON Example
-
{ "method": "terminateApps", "id": 55, "params": [], "version": "1.0" }
Response
- result's Elements
- Not necessary.
- JSON Example
-
{ "result": [], "id": 55 }
- Error Code
- The following error codes are important for this API. Refer to error code for other errors.
code | Explanation |
---|---|
41403 | Some applications can't be terminated. |
Last modified: 26 Jul 2024