Role に割り当てられた Entity の削除
    • PDF

    Role に割り当てられた Entity の削除

    • PDF

    Article Summary

    Roleに割り当てられた Entity(Server, Account)を削除します。

    API

    • DELETE /roles/{roleNo}/entities

    リクエスト

    Path Variables

    パラメータ要否タイプ制約事項説明
    roleNoYStringRole No

    Body

    {
    	"entityIdList": [
    		"string"
    	]
    }
    
    パラメータ要否タイプ制約事項説明
    entityIdListYarrayRole Entityの IDリスト
    roleEntityIdListYarrayDeprecated

    レスポンス

    • レスポンス
    パラメータ名要否タイプ説明
    ProcessResultYArray処理結果
    • レスポンス例 - 成功
    [
      {
        "id": "roleEntity",
        "name": "removeEntity",
        "success": true
      }
    ]
    
    • レスポンス例 - Entity情報なし
    [
      {
        "success": false,
        "id": "entityId",
        "message": "登録されていないエンティティです。"
      }
    ]
    

    エラー

    以下のエラーコードは、このアクション(Action)で発生する特徴的なエラーです。エラーレスポンス形式は ErrorResponseをご参照ください。
    共通して発生するエラーについての詳細は、NAVER Cloud Platform APIをご参照ください。

    HTTP status codeエラーコードエラーメッセージ
    40130不正な roleNo

    API

    • DELETE /roles/{roleNo}/entities/account

    リクエスト

    Path Variables

    パラメータ要否タイプ制約事項説明
    roleNoYStringRole No

    レスポンス

    • レスポンス
    パラメータ名要否タイプ説明
    ProcessResultYArray処理結果
    • レスポンス例 - 成功
      {
        "success": true
      }
    

    この記事は役に立ちましたか?

    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.