This API is used to delete a logset.
DELETE /logset?logset_id=xxxx-xx-xx-xx-xxxxxxxx HTTP/1.1
Host: <Region>.cls.tencentyun.com
Authorization: <AuthorizationString>
DELETE /logset
There are only common request headers but no special request headers.
Field Name | Type | Location | Required | Description |
---|---|---|---|---|
logset_id | string | query | Yes | ID pf the logset to be deleted |
HTTP/1.1 200 OK
Content-Length: 0
There are only common response headers but no special response headers.
If the deletion is successful, there will be no response parameters.
For more information, please see Error Codes.
Was this page helpful?