그룹에서 정책 제거
    • PDF

    그룹에서 정책 제거

    • PDF

    Article Summary

    • 그룹에 할당된 정책을 삭제합니다.

    API

    • DELETE /groups/{groupId}/policies

    요청

    Path Variables

    파라미터필수여부타입제약사항설명
    groupIdYStringGroup Id

    Body

    {
    	"policyIdList": [
    		"string"
    	]
    }
    
    파라미터필수여부타입제약사항설명
    policyIdListYarray정책 아이디 리스트

    응답

    • 응답
    파라미터 명필수여부타입설명
    ProcessResultYArray처리 결과
    • 응답 예시 - 성공
    [
        {
            "success": true,
            "id": "policyId1"
        }
    ]
    
    • 응답 예시 - 등록되지 않은 정책
    [
        {
            "success": false,
            "id": "policyId2",
            "message": "등록되지 않은 정책입니다"
        }
    ]
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.