Delete Blob
delete_blobRemove a stored blob from an AFFiNE workspace. Optionally bypass recoverable deletion for permanent removal.
Instructions
Delete a blob from AFFiNE workspace storage. Set permanently only when the blob should bypass recoverable deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Blob key returned by upload_blob or AFFiNE document metadata. | |
| permanently | No | If true, permanently delete the blob instead of marking it deleted. | |
| workspaceId | Yes | AFFiNE workspace id that owns the blob. |