Delete a product POS mapping
Permanently remove a single product POS mapping by its id. The row is hard-deleted, not soft-deleted, so it will no longer appear in list or get responses and the id cannot be reused.
This removes only the link between the Distru product and the external POS product. It does not change the product, the connected retailer, or anything in the external POS catalog; it just stops Distru from treating them as the same product going forward. To repoint a product at a different POS product, delete the mapping and upsert a new one (or upsert over the existing one).
Returns 204 on success, or 404 if no mapping with that id belongs to your company.
Required permission: products_permissions_edit.
Path parameters
ID of the product POS mapping to delete, as returned in the id field of a mapping. Must belong to a product in your company, or the request returns 404.
Response
No Content
Changes
No recorded changes to this endpoint across all 2 revisions of this API.