DELETE

권한 삭제

/rest/admin/auth/{authId}

권한을 삭제합니다.

DELETE /rest/admin/auth/{authId}

권한을 삭제합니다.

Request

Query Parameters

ParameterTypeRequiredDescription
authIdstringYes권한 ID (Path)
keystringYesAPI 인증 키

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"