action rev_delete_job_by_id { label: "Delete Job by Id" description: "Deletes a transcription job. All data related to the job, such as input media and transcript, will be permanently deleted. A job can only be deleted once it's completed (either with success or failure)." provider: rev method: DELETE path: "/jobs/{id}" encoding: json output: { type: "object" additionalProperties: true } }