deleteCloudPostgresqlUserList
    • PDF

    deleteCloudPostgresqlUserList

    • PDF

    Article Summary

    Available in VPC

    Deleting Cloud DB for PostgreSQL DB User.

    Requests

    Request Parameters

    ParameterTypeRequirement StatusDescriptionRestrictions
    regionCodeStringNRegion code
    - regionCode can be obtained via the getRegionList action
    - default: Selects the first region of the getRegionList query results
    -
    cloudPostgresqlInstanceNoStringYCloud DB for PostgreSQL instance number
    - You can obtain cloudPostgresqlServerInstanceNo through the getCloudPostgresqlInstanceList action
    -
    cloudPostgresqlUserList.N.nameList<String>YCloud DB for PostgreSQL DB User ID which you wish to delete
    - Up to 10 user tasks can be performed at a time
    - Only English lowercase letters, numbers, and underscore characters ( _ ) are allowed, and must start with an English letter
    - Min: 4
    - Max: 16
    responseFormatTypeStringNFormat type of the response result
    - options: xml | json
    - default: xml
    -

    Examples

    Request Examples

    The following is an example of a request body.

    GET {API_URL}/deleteCloudPostgresqlUserList
    ?regionCode=KR
    &cloudPostgresqlInstanceNo=****890
    &cloudPostgresqlUserList.1.name=testuser
    

    Response examples

    The following are examples of responses.

    If the response shows that format type (responseFormatType) is json

    {
      "deleteCloudPostgresqlUserListResponse": {
        "requestId": "2afd05f7-8817-4234-8a77-c9a5906133d8",
        "returnCode": 0,
        "returnMessage": "success"
      }
    }
    

    If the response shows that format type (responseFormatType) is xml

    <deleteCloudPostgresqlUserListResponse>
      <requestId>2afd05f7-8817-4234-8a77-c9a5906133d8</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
    </deleteCloudPostgresqlUserListResponse>
    

    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.