DELETE data
Delete data from Quinyx
To be able to delete previously uploaded forecast related data into the Quinyx system the following is used
Api-docs for rc : https://api-rc.quinyx.com/v2/docs
Api-docs : https://api.quinyx.com/v2/docs
DELETE /forecast-variables/{externalForecastVariableId}/actual-data
This deletes the actual data for the variable for a selected period of time
- externalForecastVariableId - ID for a unit as set up for units in Account settings→Statistics→Input Data→ <select your variable> → External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys
- startTime - from when you want to delete raw-data. Must be set to start of an hour
- endTime - To when you want to delete raw-data. Must be set to start of an hour
DELETE /forecast-variables/{externalForecastVariableId}/budget-data
This deletes the uploaded (budget-data) data for the variable for a selected period of time
- externalForecastVariableId - ID for a unit as set up for units in Account settings→Statistics→Input Data→ <select your variable> → External ID
- externalUnitId - External ID for a unit as set up for units in Classic → Settings → Tables → integration keys
- externalSectionId - External ID for a section as set up for units in Classic → Settings → Tables → integration keys
- startTime - from when you want to delete raw-data. Must be set to start of an hour
- endTime - To when you want to delete raw-data. Must be set to start of an hour