Retire Client Packages
Selectively uninstall packages from given client
Path Parameters
- clientId string required
- application/json
Request Body
- retireClient boolean
packages object[]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- jobId int32
error object
{
"jobId": 0,
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
PUT /v4/client/:clientid/retire
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'
curl -L -X PUT 'https://localhost/webconsole/api/V4/Client/:clientId/Retire' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"retireClient": true,
"packages": [
{
"id": 0,
"name": "string"
}
]
}'