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,
)