Skip to content

Commit

Permalink
docs: Add instructions to cancel transcoding job (#17)
Browse files Browse the repository at this point in the history
- Added instructions to the documentation for canceling a transcoding job.
  • Loading branch information
Chiranjeevinarukula authored Nov 22, 2023
1 parent fc09359 commit 5721834
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/transcoding-service/transcoding-cancelation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
sidebar_position: 4
---

# Cancel Transcoding Job

To cancel a transcoding job, you need to send an HTTP DELETE request to the API Endpoint .

**Endpoint**
```bash
https://app.tpstreams.com/api/v1/<organization_id>/transcoding_jobs/<job_id>/
```

:::important
You can only cancel transcoding jobs that are not in a completed status.
:::

0 comments on commit 5721834

Please sign in to comment.