MENU
      Delete Edge
        • PDF

        Delete Edge

        • PDF

        Article summary

        Overview

        Delete one or more edges that are in a stationary state.

        Requests

        Request URL

        DELETE
        https://edge.apigw.ntruss.com/api/v1/cdn-edges
        Plain text

        Request body

        ItemRequirement statusTypeRestrictionsDescription
        edgesYesList<Long>List of Edge No.

        Responses

        All responses return success or failure as HTTP Status Code.

        HTTP status codeCode messageDescription
        200SuccessSearch succeeded
        401UnauthorizedAuthentication failed
        500Internal Server ErrorServer error

        Examples

        Request examples

        https://edge.apigw.ntruss.com/api/v1/cdn-edges
        Plain text
        {
          "edges": [
            1111,
            2222,
            3333
          ]
        }
        JSON

        Response examples

        {
          "code": "0000",
          "message": "Success",
          "result": true
        }
        JSON

        Errors

        Error codeDescription
        0032Request not allowed
        0250An edge exists which cannot perform the action
        9999Server error occurred

        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.