S.EE Docs
API 參考

刪除檔案

永久刪除指定的檔案。

GET
/api/v1/file/delete/{hash}

Path Parameters

hash*string

Delete Key

Header Parameters

Authorization*string

API key

Response Body

application/json

curl -X GET "https://example.com/api/v1/file/delete/string" \  -H "Authorization: string"
{  "code": "string",  "message": "string",  "success": true}