Delete Troubleshooting Incident
Removes Guided Network Troubleshooting incident
Removes Guided Network Troubleshooting incident
Request
URI
DELETE
https://{api_host}/api/ni/gnt/troubleshoot/incidents/{id}
COPY
Path Parameters
string
id
Required
The Entity ID of object requestion information on
Responses
204
OK
Operation doesn't return any data structure
401
Unauthorized
Returns
UnauthorizedResponse
of type(s)
application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
403
Forbidden
Returns
ForbiddenResponse
of type(s)
application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
404
Not Found
Returns
NotFoundResponse
of type(s)
application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
500
Internal error
Returns
InternalErrorResponse
of type(s)
application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32
As int32
code
Optional
code
string
message
Optional
message
array of
object
details
Optional
details
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/ni/gnt/troubleshoot/incidents/{id}
Guided Network Troubleshooting Operations
GET
List Troubleshooting Incidents
POST
Create Troubleshooting Incident
GET
Get Troubleshooting Incident
PUT
Update Troubleshooting Incident
DELETE
Delete Troubleshooting Incident