Update daprdocs/content/en/reference/api/scheduler_api.md

Co-authored-by: Cassie Coyle <cassie.i.coyle@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2024-06-17 15:39:19 -04:00 committed by GitHub
parent 694aeb4bc5
commit dad9a8c616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ The API call will provide a response similar to this:
Delete a job you've created and scheduled with its given name.
```
DELETE http://localhost:3500/v1.0-alpha1/scheduler/job/<name>
DELETE http://localhost:3500/v1.0-alpha1/job/<name>
```
### URL parameters