curl --request DELETE \
--url http://localhost/api/api/buckets/{id} \
--header 'Authorization: Bearer <token>'Delete a bucket by its ID, The bucket will be deactivated.
curl --request DELETE \
--url http://localhost/api/api/buckets/{id} \
--header 'Authorization: Bearer <token>'A bucket can be deleted by calling the Delete Bucket API with the specific bucket ID. Do note that once a bucket is deleted it cannot be recovered. Please note that by deleting a bucket, the following scenarios will occur:Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.