S.EE Docs
API Reference

Delete File

This API allows you to delete a file using its delete key.

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

Path Parameters

hash*string

Delete Key

Response Body

application/json

curl -X GET "https://s.ee/api/v1/file/delete/string"
{
  "code": "string",
  "message": "string",
  "success": true
}