Skip to main content
Skip table of contents

tw.endpoints.auto_forecast.delete

tw.endpoints.auto_forecast.delete(id=str)

Delete a job and its associated resources.
`DELETE ``/auto-forecast/{id}``

Parameters

id: str

Job identifier

Returns

requests.Response:

The raw HTTP response. A 204 status code indicates success.

Example Usage

CODE
auto_forecast_delete_response = tw.endpoints.auto_forecast.delete(
    id = auto_forecast_id
)
JavaScript errors detected

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

If this problem persists, please contact our support.