Delete
Delete a chat reminder
post/v0/clear-chat-reminder
Clear an existing reminder from a chat
Body Parameters
chatID: string
The identifier of the chat to clear reminder from (accepts both chatID and local chat ID)
Returns
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"
}