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>'