Retire ClientPackages
Select
SaaS
Customer Managed
Selectively uninstall packages from given client
Path Parameters
- clientId int32 required
- application/json
Request Body
- retireClient boolean
packages object[]
id int32name string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- jobId int32
error object
errorMessage stringerrorCode int32
{
"jobId": 0,
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
Loading...