cURL
curl --request POST \ --url https://alphainsider.com/api/deletePost \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "timeline_id": "<string>" } '
{ "success": true, "response": "Post deleted." }
Delete timeline post.
User API token.
Timeline ID.
Request was successful.