Skip to main content

Delete User (Deprecated)

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation deletes a user.

More Details

Path Parameters
  • UserId string required
Query Parameters
  • newUserId string
  • newUserGroupId string
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorString string
  • errorCode integer
  • warningMessage string
  • entity object
  • userId integer
  • userName string
DELETE /user/:userid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
UserId — path required
newUserId — query
newUserGroupId — query
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/User/:UserId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'