Deletes all the log entries in a log for the _Default Log Bucket. The log reappears if it receives new entries. Log entries written shortly before the delete operation might not be deleted. Entries received after the delete operation with a timestamp before the operation will be deleted.
HTTP request
DELETE https://logging.googleapis.com/v2/{logName=organizations/*/logs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
log |
Required. The resource name of the log to delete:
For more information about log names, see Authorization requires the following IAM permission on the specified resource
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/logging.admin
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.