# Deletion of credit note item Deletes credit note item. It's not possible to delete credit note item of another type then or . Endpoint: DELETE /api/credit-notes/{code}/item/{id} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `code` (string, required) credit note code (number) Example: "2018000012" - `id` (number, required) credit note item id. Can be found in field in Credit note detail. (number) Example: "198" ## 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