Storage
Delete S3 bucket lifecycle
Removes all lifecycle rules from an S3 bucket, disabling automatic object expiration. Objects will no longer be automatically deleted based on age.
Deprecated: Use PATCH /v4/object_storages/{storage_id}/buckets/{bucket_name} with {"lifecycle": {"expiration_days": null}} instead.
delete/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name}/lifecycle
Path parameters
storage_idinteger required
bucket_namestring required
Response
A SuccessResponse is a response that shows that operations was completed successfully