This method permits to remove the workflow including all jobs from a specific document in a Codyt project.
URL
(DELETE) projects/{projectid}/documents/{documentid}/workflow?token=&branchlocale=
PARAMETERS
|
tokenid |
The token obtained on connection |
string, Required |
|
branchlocale |
Optional. To delete workflow/jobs for this specific target locale only. If not specified all workflows of the document are removed. (The branch locale is always a locale defined in the project. In specific workflows (such as back translation) jobs may have pivot languages but they all are defined for a project target locale) |
string, Optional |
RESULTS
The method returns no result.
RELATED METHODS