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