---
title: "Delete a reminder"
method: DELETE
path: "/reminders/{reminderId}"
tags: ["reminders"]
---

# Delete a reminder

`DELETE /reminders/{reminderId}`

## Path parameters

- `reminderId` string, required

## Response `200`

Deleted reminder

- Reminder — Represents a scheduled outbound communication, such as an appointment reminder, recall, referral, or telehealth notice, sent to a patient through a channel like SMS or email. It tracks the reminder type, priority, and delivery status as it moves from scheduled to sent.
  - `_id` string — Luma's internal ID of an object.
  - `user` string — The ID of the root account user.
  - `deleted` 0 | 1 — Flag for logical deletion where 1 means deleted.
  - `createdBy` string — The ID of the user who created this object.
  - `updatedBy` string — The ID of the user who updated this object.
  - `createdAt` string, date-time — The date/time when this object was created.
  - `updatedAt` string, date-time — The date/time when this object was updated.
  - `provider` string
  - `appointment` string
  - `referral` string
  - `recall` string
  - `telehealth` string
  - `followup` string
  - `followupOperation` 'created' | 'deleted' | 'updated'
  - `facility` string
  - `patient` string
  - `patientForm` string
  - `message` string
  - `type` 'appointment' | 'feedback' | 'referral' | 'outbound-referral' | 'followup' | 'patient-form' | 'recall' | 'telehealth' | 'waiting-room'
  - `externalId` object
    - `source` 'mandrill' | 'twilio' | 'nexmo' | 'sendgrid' | 'plivo' | 'awsses'
    - `value` string
  - `sendAt` string, date-time
  - `sentAt` string, date-time
  - `contact` string[]
  - `messageTemplate` string
  - `status` 'scheduled' | 'pending' | 'queued' | 'sent' | 'confirmed' | 'emailOpened' | 'skipped' | 'delivered' | 'blocked'
  - `statusReason` string
  - `replied` integer
  - `repliedMessage` string
  - `originalRepliedMessage` string
  - `repliedTime` string, date-time
  - `paritalStatus` object[]
    - `status` 'scheduled' | 'pending' | 'queued' | 'sent' | 'confirmed' | 'emailOpened' | 'skipped' | 'delivered' | 'blocked'
    - `statusReason` string
    - `channel` 'sms' | 'email' | 'voice' | 'inapp' | 'chat' | 'fax' | 'whatsapp'
    - `message` string
  - `forcedTime` boolean

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
