사용자 삭제
/rest/admin/user/{usrId}사용자를 삭제합니다.
DELETE /rest/admin/user/{usrId}
사용자를 삭제합니다.
Request
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
usrId | string | Yes | 사용자 ID (Path) |
key | string | Yes | API 인증 키 |
Response
200 OK
{
"actionResult": "Y"
}
401 Unauthorized
{
"error": "Unauthorized",
"code": "UNAUTHORIZED"
}
Example
curl -X DELETE "https://{{manager-host}}:{{port}}/rest/admin/user/{usrId}?key=YOUR_API_KEY"