Delete Bucket

Delete a specific AWS S3 bucket.

Delete all objects inside the bucket, including all object versions and delete markers, before deleting the bucket.

Options

Field Definition Type Required

Region

Region for your AWS S3 bucket.

Choose a region for your Amazon S3 bucket.

Dropdown TRUE

Input

Field Definition Type Required

Options

Bucket

Bucket to delete.

Text TRUE

Expected Bucket Owner

Account ID of the expected bucket owner.

If a different account owns the bucket, the request fails with an HTTP 403 (Access Denied) error.

Text FALSE

Output

Field Definition Type

Response

Status Code

Result of the operation. The connector returns an HTTP status code that indicates whether the action taken by the card succeeded or failed. For example:

  • A 201 Created status code indicates success where a new resource was created.
  • A 403 Forbidden error indicates that the HTTP request wasn't processed because the necessary permissions were missing.

For a full list of possible status codes, see HTTP status codes.

Number