Delete Task

delete

/rest/v16/tasks/{taskId}

This endpoint is used to delete the specified task.

Request

Path Parameters
Back to Top

Response

Default Response

OK
Back to Top

Examples

The following example shows how to delete a status log task by submitting a DELETE request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X DELETE -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" -H "Content-type: application/json" -H "Accept: application/json"
https://sitename.oracle.com/rest/v16/tasks/41365771
Back to Top