> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replyify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Follow-up

> Cancel and delete a scheduled follow-up

Only follow-ups with `scheduled` status can be deleted. Sent follow-ups are preserved for history.

## Path Parameters

<ParamField path="id" type="string" required>
  The follow-up ID to delete
</ParamField>

## Response

Returns a success confirmation.

<CodeGroup>
  ```bash cURL theme={null}
  curl -X DELETE "https://app.replyify.ai/api/follow-ups/fu_abc123" \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</CodeGroup>
