## Delete **delete** `/v1/chats/{chatID}/reminders` Clear an existing reminder from a chat ### Path Parameters - `chatID: string` Unique identifier of the chat. ### Example ```http curl http://localhost:23373/v1/chats/$CHAT_ID/reminders \ -X DELETE ```