Deletes a Logtail configuration.
Request syntax
aliyunlog log delete_logtail_config --project_name=<value> --config_name=<value> [--access-id=<value>] [--access-key=<value>] [--sts-token=<value>] [--region-endpoint=<value>] [--client-name=<value>] [--jmes-filter=<value>] [--format-output=<value>] [--decode-output=<value>]
Request parameters
The following table describes the parameters specific to the delete_logtail_config command.
|
Parameter |
Type |
Required |
Example |
Description |
|
--project_name |
String |
Yes |
aliyun-test-project |
The name of the project. |
|
--config_name |
String |
Yes |
config_name2 |
The name of the Logtail configuration. |
For information about the global parameters of the Log Service command-line interface (CLI), see Global parameters.
Examples
-
Sample requests
Delete a Logtail configuration named config_name2 by using the default account.
aliyunlog log delete_logtail_config --project_name="aliyun-test-project" --config_name="config_name2" -
The command returns no response on success. To verify that the Logtail configuration is deleted, run the following command:
aliyunlog log get_logtail_config --project_name="aliyun-test-project" --config_name="config_name2"Sample response:
{"errorCode": "ConfigNotExist", "errorMessage": "Config config_name2 not exist", "requestId": "667B894F6CBC124BB772F806"}
Error codes
If an error message is returned, troubleshoot based on the error codes of the related API operation. For more information, see Error codes.