MENU
      deleteInstanceTags
        • PDF

        deleteInstanceTags

        • PDF

        Article summary

        Overview

        Deletes instance tags.

        Request

        Request parameters

        ParameterRequiredTypeLimitationsDescription
        instanceNoList.NYList<String>Duplicates not allowed.List of instance numbers that you want to delete instance tags from.
        Example) instanceNoList.1=1088217
        instanceTagList.N.tagKeyNList<String>Tag key of the instance to delete
        Get available values by using the getInstanceTagList action.
        Example) instanceTagList.1.tagKey=tag1
        instanceTagList.N.tagValueNList<String>Tag value of the instance to delete
        Get available values by using the getInstanceTagList action.
        Example) instanceTagList.1.tagValue=dolphins

        Response

        Response body

        Examples

        Request example

        GET {SERVER_API_URL}/deleteInstanceTags
        ?instanceNoList.1=1021003
        HTTP

        Response example

        <deleteInstanceTagsResponse>
          <requestId>cb230969-64ba-4aec-8cc9-5ca97dd146a2</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>0</totalRows>
          <instanceTagList/>
        </deleteInstanceTagsResponse>
        XML

        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.