Destructive

Cancel Reminder

Cancel a pending snooze reminder or scheduled message using a reminder_id from list_reminders. Cancelling a snooze also unarchives the related conversation so it returns to your active inbox. The call fails if the reminder is not found or has already reached a terminal status.

cancel_reminderDELETE/api/v1/inbox/reminders/{reminder_id}
crispy — bash

Example prompt: Cancel the scheduled message with reminder ID rem_4c8d

{
  "reminder_id": "rem_4c8d",
  "status": "cancelled",
  "unarchived": true
}
Permission scope
core
Access
Destructive
Category
Messaging

What you can build

Pull back a scheduled message after circumstances change
Bring a snoozed conversation back into your active inbox immediately
Clear out queued sends that are no longer relevant
Correct a follow-up you scheduled to the wrong time or contact

Parameters

Inputs accepted by cancel_reminder.

NameTypeDescription
reminder_idstringID of the reminder to cancel (from list_reminders)

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.