Deletes a Logstore group.
Operation description
This topic provides an example on how to delete a Logstore group named Logstore_test. The response shows that the Logstore group is deleted.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cms:DeleteHybridMonitorSLSGroup |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SLSGroupName |
string |
Yes |
The name of the Logstore group. For information about how to obtain the name of a Logstore group, see DescribeHybridMonitorSLSGroup. |
Logstore_test |
For more information about common request parameters, see Common parameters.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
None. |
||
| Code |
string |
The status code. Note
The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The error message. |
RESOURCE_NOT_FOUND |
| RequestId |
string |
The request ID. |
85198BFF-1DE6-556E-B6A4-C77C51C62B8D |
| Success |
string |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "RESOURCE_NOT_FOUND",
"RequestId": "85198BFF-1DE6-556E-B6A4-C77C51C62B8D",
"Success": "true"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | %s | %s | |
| 412 | %s | %s | |
| 500 | %s | %s | |
| 500 | InternalError | %s | |
| 403 | %s | %s | |
| 404 | %s | %s | |
| 409 | %s | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.