All Products
Search
Document Center

Simple Log Service:delete_logstore

Last Updated:Aug 24, 2026

Deletes a specified LogStore.

Request syntax

aliyunlog log delete_logstore --project_name=<value> --logstore_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 required and command-specific parameters.

Parameter nameTypeRequiredExampleDescription
--project_nameStringYesaliyun-test-projectThe name of the project.
--logstore_nameStringYeslogstore-aThe name of the LogStore.

For information about the global parameters of this command, see Global parameters.

Examples

  • Sample request

    Use the default account to delete logstore-a.
aliyunlog log delete_logstore --project_name="aliyun-test-project" --logstore_name="logstore-a"
  • Sample response

    If the command succeeds, no response message is returned.

Error codes

If an error message is returned, handle the error based on the error codes of the corresponding operation. For more information, see Error codes.

API reference

DeleteLogStore