Skip to content

unassignAssetFromUserViaToolbox ​

Unassigns a Toolbox-defined asset from an MI User

Request ​

http
POST /rest/user/toolbox/asset/unassign

Headers ​

HeaderRequiredDescription
x-nextinteract-authtokenYesAuth token returned from loginUser

Parameters ​

JSON Request.

ParameterTypeRequiredDescription
remoteAppUUIDstringYesThe UUID of a Remote App relating to a Toolbox
brochureIdintegerYesAn "Assigned" brochure id from the findToolboxAssets() service.
json
{
  "remoteAppUUID": "6a116c9e-9564-4122-97da-85acadd29609",
  "brochureId": 61
}

Response ​

200 OK ​

N/A. HTTP 200 means it succeeded otherwise errors thrown.

Errors ​

ExceptionDescription
WSInvalidParameterExceptionSee Error Definitions
WSInvalidAuthTokenExceptionSee Error Definitions
WSCacheServiceExceptionSee Error Definitions
WSCompanyServiceExceptionSee Error Definitions
WSUserServiceExceptionSee Error Definitions
WSInternalExceptionSee Error Definitions