Skip to content

Commit fef4821

Browse files
committed
chore(docs): sync management API documentation
1 parent 7cb6000 commit fef4821

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
title: Delete bucket
3-
description: Deletes the bucket with the given ID and all its keys.
3+
description: 'Permanently deletes the bucket with the given ID, all objects stored in it, and all its access keys. This action cannot be undone.'
44
full: true
55
_openapi:
66
method: DELETE
77
toc: []
88
structuredData:
99
headings: []
1010
contents:
11-
- content: Deletes the bucket with the given ID and all its keys.
11+
- content: 'Permanently deletes the bucket with the given ID, all objects stored in it, and all its access keys. This action cannot be undone.'
1212
path: '/v1/buckets/{bucketId}'
1313
url: /management-api/endpoints/buckets/delete-buckets-by-bucket-id
1414
metaTitle: 'DELETE /v1/buckets/{bucketId} | Delete bucket'
15-
metaDescription: 'Management API: Deletes the bucket with the given ID and all its keys.'
15+
metaDescription: 'Management API: Permanently deletes the bucket with the given ID, all objects stored in it, and all its access keys. This action cannot be undone.'
1616
---
1717

1818
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
1919

20-
Deletes the bucket with the given ID and all its keys.
20+
Permanently deletes the bucket with the given ID, all objects stored in it, and all its access keys. This action cannot be undone.
2121

2222
<APIPage document={"management-api"} operations={[{"path":"/v1/buckets/{bucketId}","method":"delete"}]} />

apps/docs/public/prisma-management-api.postman_collection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)