User remove friend

Brief description:

  • Remove friends or connections using our API – easily unfriend users, manage relationships, and keep social graphs update.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
user_a Yes integer UserA ID
user_b Yes integer UserB ID

Example Response

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

Return payload parameter description

Parameter name Type Explain
success bollean true or false
is_friend boolean false
request_exists boolean false

Remark

  • If the request succeed you should get the code 100 besides the payload.
  • If you have any question you may create start a new topic on community.

Services View All