Delete File

DELETE/v1/files/:blobId

Removes 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

ParameterTypeDescription
blobIdstringThe 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.

See Also