Delete clockguard records
This endpoint allows you to delete clockguard records of a product for a specific day.
DELETE /api/v1/businesses/{businessId}/product/{productId}/clockguardsrecords/date/{yyyy-MM-dd}
Considerations
If the clockguard record has been consolidated, only the record will be deleted, not the consolidation.
If the product specified in the URL does not exist in the business, the request will return a 404 Not Found
error, specifying in the message not exists.
Useful links
What is a clockguard?