# Disable promotion use Disable the possiblity for a specific promotion to be used (redeemed) by a specific customer. Endpoint: POST /promotions/{promotionId}/disableUse/{customerId} Version: 4.3.0 Security: api_key ## Path parameters: - `promotionId` (string, required) Promotion identifier. (id property found on promotion object). - `customerId` (string, required) Customer identifier (id property on customer). ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields