Skip to content

Delete a User-defined Node



GET /api/v1/dialing_region/{region_uuid}/delete

Overview

Delete a user-defined node

Route Parameters

Parameter Name Type Required Description
region_uuid string Y ID of the dial testing node

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.com/api/v1/dialing_region/reg_xxxx20/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--compressed

Response

{
    "code": 200,
    "content": {},
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-4E49DEAB-8321-4EFF-96FC-71D5CC4C00A1"
} 

Feedback

Is this page helpful? ×