delete
https://tracking.hereapi.com/shipments/v4
Deletes all the shipments of the project.
Note that one needs to supply an HTTP header x-confirm with the value true to force the deletion.
If the header is not provided, the request will fail.
If the project has many shipments, deleting them all can take a while. This operation returns 202 as long as the shipments deletion is in progress and 204 after all shipments have been deleted.
202Accepted
Shipments deletion is in progress.
204Successful (no content).
All shipments were successfully deleted.