Skip to main content
Skip table of contents

tw.endpoints.forecast.delete

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

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

Parameters

id: str

Job identifier

Returns

requests.Response:

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

Example Usage

CODE
forecast_delete_response = tw.endpoints.forecast.delete(
    id = forecast_rca_id,
)
JavaScript errors detected

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

If this problem persists, please contact our support.