DetachGroup
    • PDF

    DetachGroup

    • PDF

    Article Summary

    • Remove Resource from Group.

    API

    DELETE /api/v1/groups/{groupId}/resources
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key or STS Access Key}`
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    API Header

    refer to Request Headers

    Request

    Path Variables

    ParameterMandatoryTypeConstraintsDescription
    groupIdYStringGroup Id

    Request Body

    {
      "nrnList": [ 
      	"string"
      ]
    }
    
    ParameterMandatoryTypeConstraintsDescription
    nrnListYarray of string

    Response

    Response body

    {
      "success": "boolean",
      "error": {
        "errorCode": "integer",
        "message": "string"
      }
    }
    
    ParameterTypeDescriptionComment
    successboolean
    errorobject
    - errorCodeinteger
    - messagestring

    Error

    Errors that may occur while using this action are listed below. For error response format, please see ErrorResponse.

    For more information about common errors, refer to Naver Cloud Platform API.

    HTTP status codemessage
    400'nrnList' cannot be empty.

    Was this article helpful?

    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.