Updated on 2025-10-27 GMT+08:00

Deleting a Log

Function

This API is used to delete a log.

Calling Method

For details, see Calling APIs.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions. For details about the required permissions, see Permissions Policies and Supported Actions.

URI

DELETE /v1/logtanks/{logtank_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

logtank_id

Yes

String

Specifies the log ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Specifies the user token. The token can be obtained by calling the IAM API. The value of X-Subject-Token in the response header is the user token.

Response Parameters

Status code: 204

Deleted.

None

Example Requests

Deleting a log

DELETE https://{ga_endpoint}/v1/logtanks/ac1bf54f-6a23-4074-af77-800648d25bc8

Example Responses

None

Status Codes

Status Code

Description

204

Deleted.

Error Codes

See Error Codes.