DeleteJobV2
Deletes a job in Salesforce, provided it has a status of UploadComplete, JobComplete, Aborted, or Failed.
Input
| Name | Type | Description |
| JobId | String | Unique identifier of the Salesforce Bulk API v2.0 job to be deleted. The job must be in a valid state for deletion. |
Result Set Columns
| Name | Type | Description |
| Deleted | String | Indicates whether the job was successfully deleted (true) or not (false). |