Delete IP Pool
DELETE/mt/monitor/v1/interconnect/ip-pool/:ipPoolId
Delete an IP Pool using an ID.
Request
Path Parameters
ipPoolId stringrequired
Provide IP Pool ID
Responses
- 200
Success
- application/json
- Schema
- Delete IP Pool by id
Schema
- any
{
"data": "IP Pool successfully deleted",
"requestId": "e34443d5-dfbd-482b-a76c-5d753034efc0"
}
Loading...