delete_blob
Remove a blob from Walrus decentralized storage by specifying its ID. This tool supports efficient data management and storage optimization on the blockchain-verified Sui network.
Instructions
Delete a blob from Walrus storage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blobId | Yes | The blob ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"blobId": {
"description": "The blob ID to delete",
"type": "string"
}
},
"required": [
"blobId"
],
"type": "object"
}