Delete Connection
DELETE/mt/monitor/v1/interconnect/backbones/:backboneId/connections/:connectionId
Delete a connection using backbone ID.
Request
Path Parameters
backboneId stringrequired
Provide backbone ID
connectionId stringrequired
Responses
- 200
- 400
- 404
- 500
Success
- application/json
- Schema
- Delete Backbone
Schema
- any
{
"data": "Successfully Deleted Connection",
"requestId": "7e656271-20f3-4fa4-9c4a-e0f455476fe9"
}
Bad Request
Bad Request
- application/json
- Schema
- Delete Connection not found
Schema
- any
{
"error": {
"errorCode": 50007,
"errorType": "NOT_FOUND",
"httpStatus": 404,
"msg": "Connection not found!"
},
"requestId": "cf32af05-7df6-4dd2-b27e-7b6ef2683145"
}
Server Error
Loading...