# Discount coupons template deletion Deletes discount coupon template as per entered . If successful, returns the code 200. If the discount coupon template does not exist within the e-shop, a 404 code is returned. If the discount coupon template cannot be deleted, because it is used as template of discount coupon, a 409 code is returned. Endpoint: DELETE /api/discount-coupons/templates/{guid} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `guid` (string, required) discount coupon template guid Example: "b6e09a7a-6cb5-11eb-89aa-08002746ad91" ## Header parameters: - `Content-Type` (string, required) ## Response 200 fields (application/json): - `data` (object,null, required) - `errors` (array,null, required) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced ## Response 404 fields (application/json): - `data` (object,null) - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced ## Response 409 fields (application/json): - `data` (object,null) - `errors` (array,null) - `errors.errorCode` (string, required) Short text error identification - `errors.message` (string, required) Descriptive error message - `errors.instance` (string, required) Identification of the entity referenced