Delete Post / Thread / Reply
Please use this (https://twibe.net/mobile_api/delete_post) API for access (post/thread/reply) deleting endpoint
Post parameters
Field | Value | Remarks |
---|---|---|
session_id | Access token ID | E.g. de25cc16eb00960f076... |
post_id | Liked/Unliked post int ID | E.g. 4567 |
Success response
{
"code": 200,
"message": "Post deleted successfully",
"data": []
}
Error responses
{
"code": 401,
"data": [],
"message": "Unauthorized Access"
}
{
"code": 400,
"message": "Post id is missing or invalid",
"data": []
}