User Delete
DELETE
/v1/Users/{id}
Delete a user
Parameters
Path Parameters
id*string
User Id
Responses
OK
application/json
JSON
{
"id": "string",
"roles": [
"string"
],
"fullName": "string",
"userName": "string",
"email": "string",
"useAD": true,
"azureAdObjectId": "string",
"firstName": "string",
"lastName": "string",
"screenName": "string",
"isInfoScreenUser": true,
"isMobileUser": true,
"businessUnitId": 0
}
DELETE
/v1/Users/{id}