Delete an Existing Video Item by ID

Guide to using the OSSN API's POST method to permanently remove a video from the platform. Submit the video ID and the required action parameter to execute the secure deletion of the video file and its metadata on the OSSN system.

Endpoint

Method:

  • POST/GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
guid Yes string Video guid
uguid Yes integer Video owner user Guid

Example Response

{
    "merchant": "Premium Social Network",
    "url": "http:\/\/local.openteknik.com\/",
    "time_token": 1632229039,
    "payload": {
        "success": "Video has been deleted"
    },
    "code": "100",
    "message": "Request successfully executed"
}

Services View All