Deletes a diagnostic record.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ros:DeleteDiagnostic |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ReportId |
string |
No |
The diagnostic report ID. |
dr-56a0e30bf9854b00**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The error code returned. |
Forbidden |
| HttpStatusCode |
integer |
The HTTP status code returned. |
200 |
| Message |
string |
The error message returned. |
You are not authorized to complete this action. |
| RequestId |
string |
The request ID. |
91EF0DC1-3BB5-555E-AAA1-4F5C640D15DA |
| Success |
string |
Whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "Forbidden",
"HttpStatusCode": 200,
"Message": "You are not authorized to complete this action.",
"RequestId": "91EF0DC1-3BB5-555E-AAA1-4F5C640D15DA",
"Success": "true"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.