Deleting jobs
Last but not least, there is also an Analysis API method to delete (permanently) an existing analysis job. Use with necessary caution!
Request
Request Method: DELETE
https://api.enablenow.nl/cfa/analysis-jobs/<analysisId>
For instance, if the analysisId is 70750aee-84d7-4b60-a6d8-dd9edd29258c, you would create a DELETE request to:
Request Method: DELETE
https://api.enablenow.nl/cfa/analysis-jobs/70750aee-84d7-4b60-a6d8-dd9edd29258c// application/json request body should be as below or completely absent
{
}
Response
The response returned is completely empty. The expected result is HTTP code 204 in case of success.