Delete an S3 bucket
DELETE/v1/cloudAccounts/awsLoggingAccounts/:accountId/buckets/:bucketName
Delete an S3 bucket in a logging account.
Request
Path Parameters
accountId stringrequired
AWS Logging Account ID
bucketName stringrequired
AWS S3 Bucket Name
Responses
- 200
- 204
- 400
- 401
- 404
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
bucketName stringrequired
S3 Bucket Name
bucketRegion stringrequired
S3 Bucket Region
bucketPathPrefixes string
Bucket Path Prefixes
keyArn string
CMS Key ARN
loggingAccountId int32required
Log Archive Account Id
featureMap object
Monitored account and bucket purpose details
property name* string[]
string
lastUpdatedTs int64
Last Updated Timestamp
{
"bucketName": "string",
"bucketRegion": "string",
"bucketPathPrefixes": "string",
"keyArn": "string",
"loggingAccountId": 0,
"featureMap": {},
"lastUpdatedTs": 0
}
Successfully deleted bucket
Bad Request. Data validation failed.
Unauthorized Access
Account or bucket not found.
Loading...