Skip to main content
Skip table of contents

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
)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.