Cancelling the Task
Use this API to cancel the task.
Cancelling the Task
The API parameters are listed in Table 1: Cancel Task.
| Parameters | Name | Required | Description | 
|---|---|---|---|
| Headers | ContentType | 
                            Yes | Format must be Content-Type:application/json.  | 
                        
| Headers | Authorization | 
                            Yes | Contains information about the authentication access token.
                                Format must be Bearer 'access token.  | 
                        
| Path | Id | 
                            Yes | Contains the task ID. | 
Request
DELETE {connector}/tasks/{id}
            Response
200 Task #{task id} has been cancelled