Delete User (Deprecated)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation deletes a user.
Path Parameters
- UserId string required
Query Parameters
- newUserId string
- newUserGroupId string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- User deletion
Schema
processinginstructioninfo object
response object[]
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorString": "string",
"errorCode": 0,
"warningMessage": "string",
"entity": {
"userId": 0,
"userName": "string"
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorString": "Success",
"errorCode": 0,
"warningMessage": "",
"entity": {
"userId": 1047,
"userName": "postmanUser"
}
}
]
}
DELETE /user/:userid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'