DeleteJobs Method of WebService Object (Web Services API)
This method completely deletes a job.
C# Syntax
void DeleteJobs(
string serverLocation,
string[] jobIds
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
jobIds
This parameter contains the IDs of the jobs to be deleted.
Return Value
The response body is empty.
Note. If you are deleting multiple jobs simultaneously, using this method may help reduce server load. However, using a very large list of job IDs is not recommended. For example, if you need to delete 100 jobs simultaneously, consider having 10 calls with 10 jobs in each.
See also
26.03.2024 13:49:49