DeleteBucketLifecycle

Deletes the lifecycle configuration from the specified bucket.

Tebi removes all the lifecycle configuration rules in the lifecycle subresource associated with the bucket. Your objects never expire, and Tebi no longer automatically deletes any objects on the basis of rules contained in the deleted lifecycle configuration.

You must have Full ACL to be able to call this action.

The following operations are related to DeleteBucketLifecycle:

Request Syntax

1DELETE /?lifecycle HTTP/1.1
2Host: <BUCKET>.s3.tebi.io

The request uses the following URI parameters:

  • <BUCKET>: Bucket name of the lifecycle to delete. Required.

The request does not have a request body.

Response Syntax

1HTTP/1.1 204
2Content-Length: 0

If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

See Also

Refer here for more information.