---
title: "Delete Voice File Job"
method: DELETE
path: "/v1/external/voice-file/jobs/{jobId}"
tags: ["Voice File"]
---

# Delete Voice File Job

`DELETE /v1/external/voice-file/jobs/{jobId}`

Delete a Voice File Job in any status, including while processing.

Tiro removes the uploaded audio, transcript, and translations. The deleted job is no longer available through the API, and processing callbacks that arrive after deletion are ignored.

## Path parameters

- `jobId` string, required

## Response `204`

Job deleted successfully. No response body.

## Other responses

- `401` — Unauthorized
- `403` — `403013 forbidden` when the key lacks `voice_file_job:write`. Reissue the key with the required scope.
- `404` — `404030 not_found` when the job does not exist or the key cannot access it. Verify the job ID and use a key bound to the job's workspace.

---

[API](https://skmtc.net/tiro/apis/tiro-api.md) · [All operations](https://skmtc.net/tiro/apis/tiro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiro/tiro-api/revisions/ae18d7961aa4/schema)
