API
Goals API
Use POST/api/v1/goals to record server-side goals and DELETE/api/v1/goals to remove matching goal events.
Overview
bash
curl -X DELETE "https://app.revlly.com/api/v1/goals?name=signup&visitor_id=visitor_123" \ -H "Authorization: Bearer YOUR_WEBSITE_API_KEY"