Delete Bucket

This interface is used to delete an empty Bucket.

HTTP Interface:

DELETE /bucket/{bucket_name}

Request Header:

Identity signature required: yes

Request example:

curl -X DELETE URL/bucket/<bucket_name> -H "Account: cX..." -H "Message: ..." -H "Signature: 0x..."

Last updated