To delete a bucket and all of it's contents/files/objects :

Method : POST

URI : /brs/bucket/delete

Body :

{"bucket_name":"<bucket_name>"}

Response

{
   "success": 0
}