권한 삭제
/rest/admin/auth/{authId}권한을 삭제합니다.
DELETE /rest/admin/auth/{authId}
권한을 삭제합니다.
Request
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
authId | 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/auth/{authId}?key=YOUR_API_KEY"