This version of the API is deprecated.
See group.delete for the current version of this method.context.deleteContext
Delete an existing context.
Request Parameters
| Context ID | int (required) |
The context id for the context you want to delete.
Response Parameters
| None | Boolean |
True if it was a success else throws an error code.
Code Examples
JSON
//Request
{"method":"context.deleteContext","params":[1],"id":0}
//Response
{"id":0,"result":"true"]}