cURL
curl --request DELETE \ --url https://api.rntor.com/v1/feed/{id}/likes/{likeId} \ --header 'Authorization: Bearer <token>' \ --header 'X-Client-ID: <api-key>'
{ "data": { "success": true }, "meta": { "request_id": "req_abc123def456", "timestamp": "2024-01-15T10:30:00Z" } }
Remove a like from a feed post
Your API client secret
Your API client ID
Like removed
Show child attributes