Event Delete

Guide to securely using the OSSN API's DELETE method to permanently remove an event and associated data. Includes required authentication and error codes.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
guid Yes integer Event guid

Response

{
    "merchant": "Premium Social Network",
    "url": "http:\/\/local.openteknik.com\/",
    "time_token": 1632147600,
    "payload": {
        "success": "Event delete failed"
    },
    "code": "100",
    "message": "Request successfully executed"
}

Services View All