DeleteJob Method of WebService Object (Web Services API)
This method completely deletes a job.
C# Syntax
void DeleteJob(
string serverLocation,
string jobId
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
jobId
A string variable that contains the job ID.
Return Value
The response body is empty.
See also
26.03.2024 13:49:49