Home > @tridion-sites/open-api-client > TranslationService > deleteTranslationJob
Deletes the translation job that has the specified job ID.
Signature:
static deleteTranslationJob({ jobId, }: {
jobId: number;
}): CancelablePromise<void>;
Parameter | Type | Description |
---|---|---|
{ jobId, } | { jobId: number; } |
Returns:
CancelablePromise<void>
void
ApiError