Shipments
Deletes all shipments
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.
delete/shipments/v4
Headers
x-confirm'true' required
A safety measure that prevents one from accidentally deleting data.
To confirm that all entries should be deleted, set the value to true.
Response
Successful (no content).
All shipments were successfully deleted.