Delete File
DELETE
/v1/files/:blobIdRemoves a file from the Tuskr metadata index. Note that the underlying blob data on Walrus Protocol persists until its storage epoch expires — deletion only removes it from your Tuskr account.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| blobId | string | The blob ID of the file to delete |
Example Request
curl -X DELETE https://api.tuskr.dev/v1/files/abc123 \
-H "Authorization: Bearer tsk_live_xxxx"Response
Returns 204 No Content on success.