---
title: "Schedule a cancellation reminder email"
method: POST
path: "/v1/subscription/cancel/remind"
tags: ["Subscriptions"]
---

# Schedule a cancellation reminder email

`POST /v1/subscription/cancel/remind`

## Response `201`

Cancellation reminder scheduled successfully

- ScheduleCancellationReminderResponseDto
  - `success` boolean, required
  - `message` string, required
  - `scheduledAt` string, required
  - `reminderOffsetDays` number, required
  - `periodEnd` string, required

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
