Delete Edge

Prev Next

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

Request body

Item Requirement status Type Restrictions Description
edges Yes List<Long> List of Edge No.

Responses

All responses return success or failure as HTTP Status Code.

HTTP status code Code message Description
200 Success Search succeeded
401 Unauthorized Authentication failed
500 Internal Server Error Server error

Examples

Request examples

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

Response examples

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

Errors

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