Bulk Install or Uninstall Splashtop RMM client

Asynchronously installs or uninstalls the Splashtop RMM client on devices. The operation is queued and processed in the background. A 200 response indicates the operation was successfully queued, not completed.

SecuritybearerAuth
Request
Request Body schema: application/json
required
action
string
Enum: "uninstall" "install"
server_group_id
integer <int32>
Responses
200

Bulk action successfully queued for processing

4XX

Invalid Request

default

Invalid Request

post/remotecontrol-st/bulk/software
Request samples
application/json
{
  • "action": "uninstall",
  • "server_group_id": 0
}
Response samples
application/json
{ }