mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/jobs_api.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
604b8cb624
commit
477416a7a5
|
@ -138,7 +138,7 @@ Code | Description
|
|||
In the following example curl command, the job named `test1` with app-id `sub` will be deleted
|
||||
|
||||
```bash
|
||||
$ curl -X DELETE http://localhost:3500/v1.0-alpha1/jobs/test -H "Content-Type: application/json" -H 'dapr-app-id: sub'
|
||||
$ curl -X DELETE http://localhost:3500/v1.0-alpha1/jobs/jobforjabba -H "Content-Type: application/json" -H 'dapr-app-id: hansolo'
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue