diff --git a/reference/specs/bindings/cron.md b/reference/specs/bindings/cron.md index 0a0719eb2..dfd7d17f9 100644 --- a/reference/specs/bindings/cron.md +++ b/reference/specs/bindings/cron.md @@ -39,7 +39,3 @@ For ease of use, the Dapr cron binding also supports few shortcuts: * `@every 15s` where `s` is seconds, `m` minutes, and `h` hours * `@daily` or `@hourly` which runs at that period from the time the binding is initialized - -## Programmability - -The Dapr cron binding also supports `Invoke` method with `Delete` operation as an output binding which can be used to cancel existing schedule programmatically. For more about sending events see the [Output Bindings docs](https://github.com/dapr/docs/tree/master/howto/send-events-with-output-bindings). \ No newline at end of file