S.EE Docs
API-viite

Poista tiedosto

Poistaa määritetyn tiedoston pysyvästi.

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}