S.EE Docs
API Reference

Delete File

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

Path Parameters

hash*string

Delete Key

Header Parameters

Authorization*string

API key

Response Body

application/json

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