cURL
curl --request DELETE \ --url https://app.replyify.ai/api/follow-ups/{id} \ --header 'Authorization: Bearer <token>'
Cancel and delete a scheduled follow-up
scheduled
curl -X DELETE "https://app.replyify.ai/api/follow-ups/fu_abc123" \ -H "Authorization: Bearer YOUR_API_KEY"