# Delete a Variant Delete Variant By variant code You must have "DELETE" role in "Products" Module Endpoint: DELETE /api/v3/Variant Version: 3.1.0 Security: OAuth2_clientCredentials ## Request fields (application/json): - `Code` (string, required) The code of the variant to be deleted. ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)