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
3/26/2024 1:49:49 PM