Wall post delete

Brief description:

  • Delete existing wall post.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
post_guid Yes integer Wall post id
guid Yes integer IDof user who is trying to delete post

Example Response

{
    "merchant": "Open Source Social Network",
    "url": "http:\/\/www.mywebsite.com\/",
    "time_token": 1569249655,
    "payload": true,
    "code": "100",
    "message": "Request successfully executed"
}

Return payload parameter description

Parameter name Type Explain
payload boolean true or false

Services View All