DetachTag
    • PDF

    DetachTag

    • PDF

    Article Summary

    • Detach Tag from Resource.

    API

    DELETE /api/v1/resource-tags
    
    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

    Request body

    {
      "nrnList": [ 
      	"string"
      ],
      "tagKey": "string",
      "tagValue": "string"
    }
    
    ParameterMandatoryTypeConstraintsDescription
    nrnListYarray of string
    tagKeyYstring
    tagValueNstring

    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.
    400'tagKey' cannot be empty.

    Was this article helpful?

    What's Next
    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.