Summary
The following old API endpoints for deleting historical data import jobs will be removed on June 23, 2025. The same functionality can be achieved using the new API endpoints listed below.
Old APIs:
- POST - /api/v2/workforcemanagement/historicaldata/deletejob
- GET - /api/v2/wokrforcemanagement/historicaldata/deletejob
New APIs:
- POST - /api/v2/workforcemanagement/historicaldata/bulk/remove/jobs
- GET - /api/v2/workforcemanagement/historicaldata/bulk/remove/jobs/{jobid}
- GET - /api/v2/workforcemanagement/historicaldata/bulk/remove/jobs
The related Deprecation announcement :Deprecation and replacement of WFM delete job endpoints
Effective Date
Monday, June 23, 2025
Issue References
[WEM-1223]
[WEM-431]
Details
A new feature has been released that allows the Historical Data Import to accept multiple file imports. This enables users to have and load multiple historical data files. As part of this feature, the old single-file purge functionality is replaced by a multi-purge capability. Consequently, the current purge API endpoints will no longer be usable and are being replaced with the new endpoints listed above.
Impacted Resources
POST - /api/v2/workforcemanagement/historicaldata/deletejob
GET - /api/v2/wokrforcemanagement/historicaldata/deletejob
Customer Impact
Customers currently using the old API endpoints will need to migrate to the new APIs.
Contacts
@Vikas Srivastava