Delete a post
This endpoint allows you to delete a post you previously created (using our API or directly on facebook).
This is permanent action and can't be undone.
Settings:
URL | |
Method | JSON via POST |
Body:
Parameter | Description / Example | Mandatory | Example |
apiKey | Your API key for the service | yes | 4124-634t462-634733463-5734346 |
from | The ID you received for the connection | yes | 463745743546345 |
postId | The post ID you wish to delete | yes | 15625364215_56994166514 |
Response:
{
"status": "OK",
"postId": "15234562345623_952362434423178",
"timestamp": 1600115719,
"from": "463745743546345",
"reason": 1,
"deleted": true
}
Response-Explain:
Parameter | Description | ||||||||||||||||||
status | OK or FAIL | ||||||||||||||||||
postId | The post ID that you changed | ||||||||||||||||||
timestamp | Time stamp of the message | ||||||||||||||||||
from | Your ID for the service | ||||||||||||||||||
deleted | true if the delete was successful. false if there was an error to delete | ||||||||||||||||||
reason | 'reason' is the status explanation in case of FAIL
|