Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Delete

Delete a chat reminder
delete/v1/chats/{chatID}/reminders

Clear an existing reminder from a chat

Path ParametersExpand Collapse
chatID: string

Unique identifier of the chat.

Delete a chat reminder
curl http://localhost:23373/v1/chats/$CHAT_ID/reminders \
    -X DELETE \
    -H "Authorization: Bearer $BEEPER_ACCESS_TOKEN"
Returns Examples