Delete poll

Guide to securely using the OSSN API's DELETE method to permanently remove an existing poll and all associated user votes. Details required permissions and error handling for the OSSN platform.

Endpoint:

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
guid Yes integer Poll guid
uguid Yes integer Poll owner guid

Example Response

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

Services View All