Skip to content

Commit 87744bc

Browse files
author
Alex Schworer
committed
remove unneeded stuff
1 parent b422a7a commit 87744bc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Create an instance of the Zencoder client. This will accept an API key and versi
2828

2929
## [Jobs](https://app.zencoder.com/docs/api/jobs)
3030

31-
There's more you can do on jobs than anything else in the API. The following methods are available: `list`, `create`, `details`, `progress`, `resubmit`, `cancel`, `delete`.
32-
3331
Create a [new job](https://app.zencoder.com/docs/api/jobs/create).
3432

3533
```python
@@ -85,15 +83,6 @@ zen.job.resubmit(1)
8583
The number passed to `cancel` is the ID of a Zencoder job.
8684

8785
```python
88-
zen.job.cancel(1)
89-
```
90-
91-
### delete
92-
93-
The number passed to `delete` is the ID of a Zencoder job.
94-
95-
```python
96-
zen.job.delete(1)
9786
```
9887

9988
## [Inputs](https://app.zencoder.com/docs/api/inputs)

0 commit comments

Comments
 (0)