Remove a service from this user. To add services to a user see Add service to user account
Request:
{
"jsonrpc": 2.0,
"id": < A unique number used to correlate requests with responses, see JSON-RPC specification for more information >,
"method": "removeService",
"params": {
"serviceId": <Identity of the service to remove>,
}
}
Response:
{
"jsonrpc": 2.0,
"id": < The request identity >,
"result": < true if successful, else false >
}