@@ -504,8 +504,7 @@ paths:
504
504
survey_link:
505
505
type: string
506
506
description: A link to Linode's exit survey.
507
- example: {'survey_link':
508
- 'https://alinktothesurvey.com'}
507
+ example: {'survey_link': https://alinktothesurvey.com'}
509
508
'409':
510
509
description: Could not charge the credit card on file
511
510
content:
@@ -12561,14 +12560,15 @@ paths:
12561
12560
servers:
12562
12561
- url: https://api.linode.com/v4
12563
12562
summary: Object Storage Bucket Remove
12564
- description: >
12565
- Removes a single bucket. While buckets containing objects _may_ be
12566
- deleted by including the `force` option in the request, such operations
12567
- will fail if the bucket contains too many objects. The recommended
12563
+ description: |
12564
+ Removes a single bucket.
12565
+
12566
+ Bucket objects must be removed prior to removing the bucket. While buckets containing objects _may_ be
12567
+ deleted using the [s3cmd command-line tool](/docs/products/storage/object-storage/guides/s3cmd/#delete-a-bucket), such operations
12568
+ can fail if the bucket contains too many objects. The recommended
12568
12569
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that
12569
12570
remove all objects, then delete the bucket.
12570
12571
12571
-
12572
12572
This endpoint is available for convenience. It is recommended that instead you
12573
12573
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.
12574
12574
tags:
@@ -13443,14 +13443,9 @@ paths:
13443
13443
- url: https://api.linode.com/v4
13444
13444
summary: Object Storage Cancel
13445
13445
description: |
13446
- Cancel Object Storage on an Account. All buckets on the Account must be empty
13447
- before Object Storage can be cancelled:
13448
-
13449
- - To delete a smaller number of objects, review the instructions in our
13450
- [How to Use Object Storage](/docs/platform/object-storage/how-to-use-object-storage/)
13451
- guide.
13452
- - To delete large amounts of objects, consult our guide on
13453
- [Lifecycle Policies](/docs/platform/object-storage/lifecycle-policies/).
13446
+ Cancel Object Storage on an Account.
13447
+
13448
+ **Warning**: Removes all buckets and their contents from your Account. This data is irretrievable once removed.
13454
13449
security:
13455
13450
- personalAccessToken: []
13456
13451
- oauth:
0 commit comments