tw.endpoints.anomaly_detection.delete
tw.endpoints.anomaly_detection.delete(id=str)
Delete a job and its associated resources.
`DELETE ``/anomaly-detection/{id}``
Parameters
id: str
Job identifier
Returns
requests.Response:
The raw HTTP response. A 204 status code indicates success.
Example Usage
CODE
anomaly_detection_delete_response = tw.endpoints.anomaly_detection.delete(
id = anomaly_detection_rca_id
)