Skip to content
  • Auto
  • Light
  • Dark
Download Beeper

Delete

Delete a chat reminder
post/v0/clear-chat-reminder

Clear an existing reminder from a chat

Body ParametersExpand Collapse
chatID: string

The identifier of the chat to clear reminder from (accepts both chatID and local chat ID)

ReturnsExpand Collapse
curl http://localhost:23373/v0/clear-chat-reminder \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $BEEPER_ACCESS_TOKEN" \
    -d '{
          "chatID": "!NCdzlIaMjZUmvmvyHU:beeper.com"
        }'
{
  "success": true,
  "error": "error"
}
Returns Examples
{
  "success": true,
  "error": "error"
}