Delete backbone
DELETE/mt/monitor/v1/interconnect/backbones/:backboneId
Delete a backbone using an ID. You can get the ID when you create a backbone.
Request
Path Parameters
backboneId stringrequired
Responses
- 200
- 400
- 404
- 500
Success
- application/json
- Schema
- Delete Backbone
Schema
- any
{
"data": "Successfully Deleted Backbone",
"requestId": "7e656271-20f3-4fa4-9c4a-e0f455476fe9"
}
Bad Request
Not Found
- application/json
- Schema
- Delete Backbone not found
Schema
- any
{
"error": {
"errorCode": 50004,
"errorType": "NOT_FOUND",
"httpStatus": 404,
"msg": "Backbone not found!"
},
"requestId": "33a4acfb-d3ee-491e-96ce-ccce0e8d3ba4"
}
Server Error
- application/json
- Schema
- Delete Backbone failed
Schema
- any
{
"error": {
"errorCode": 50005,
"errorType": "INTERNAL_ERROR",
"httpStatus": 500,
"msg": "Backbone delete failed!"
},
"requestId": "33a4acfb-d3ee-491e-96ce-ccce0e8d3ba4"
}
Loading...