Delete job
speechmatics_delete_job⚠️ Permanently deletes a job and its transcript. Set force=true to delete even while it is still running. Batch API: DELETE /jobs/{job_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Delete even if the job is still running. | |
| job_id | Yes | The job id to delete. |