Delete File

This interface is used to delete a file.

HTTP Interface:

DELETE /file/{fid}

Request Header:

Identity signature required: yes

Request example:

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

Last updated