Skip to main content
DELETE
/
api
/
follow-ups
/
{id}
Delete Follow-up
curl --request DELETE \
  --url https://app.replyify.ai/api/follow-ups/{id} \
  --header 'Authorization: Bearer <token>'
Only follow-ups with scheduled status can be deleted. Sent follow-ups are preserved for history.

Path Parameters

id
string
required
The follow-up ID to delete

Response

Returns a success confirmation.
curl -X DELETE "https://app.replyify.ai/api/follow-ups/fu_abc123" \
  -H "Authorization: Bearer YOUR_API_KEY"