AdminOperationResponse DeleteJob(ctx, jobID, optional)
This API deletes the specified job
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| jobID | string | ID of Job | |
| optional | *DeleteJobOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a DeleteJobOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| deleteJobRequest | optional.Interface of DeleteJobRequest | Request information to delete the specified job | |
Return type
AdminOperationResponse
Authorization
api_key
- Content-Type: application/json
- Accept: application/json