Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 87744bc

Browse filesBrowse files
author
Alex Schworer
committed
remove unneeded stuff
1 parent b422a7a commit 87744bc
Copy full SHA for 87744bc

File tree

1 file changed

+0
-11
lines changed
Filter options

1 file changed

+0
-11
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
-11Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.