Guide to using the OSSN API's POST method to permanently remove an uploaded file from the server. Submit the file ID and the required action parameter to securely execute the deletion from the OSSN system and database.
Endpoint
Method:
Parameter:
| Parameter name | Required | Type | Explain |
|---|---|---|---|
| api_key_token | Yes | string | Your API key |
| guid | Yes | integer | File guid |
| uguid | Yes | integer | File owner guid |
Example Response
{
"merchant": "Premium Social Network",
"url": "http:\/\/local.openteknik.com\/",
"time_token": 1632344572,
"payload": {
"success": "File has been deleted"
},
"code": "100",
"message": "Request successfully executed"
}