Remove product mapping
DELETE/v1/admin/clients/:slug/products/:productKey
Removes the client/brand mapping for the specified product key. The
underlying product definition in the catalog is not affected. Returns
404 if no active mapping exists for this {slug} and {productKey}
combination.
Request
Responses
- 204
- 400
- 401
- 404
- 500
Product mapping removed successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Client/brand product mapping not found (ADM004010)
Unexpected number of records affected (ADM100001) or Internal server error (GEN100000)