Remove Repost

Please use this (https://blkem.com/mobile_api/un_repost) API for access to remove publication repost endpoint


Post parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
id ​Post int ID E.g. 4567

Success response

{
    "code": 200,
    "repost_id": 27,
    "reposts_count": 9,
    "message": "Un-reposted successfully"
}
    

Error responses

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
    }

    {
        "code": 400,
        "message": "Post id is missing or invalid",
        "data": []
    }