# Order item surcharge parameters deletion You have to provide dynamically generated which identify which surcharge parameter related to order item you want to delete. Endpoint: DELETE /api/orders/{code}/item/{id}/surcharge-parameters/{relationId} Version: 1.0.0 Security: shoptetAccessToken, shoptetPrivateApiToken ## Path parameters: - `code` (string, required) order code Example: "2018000012" - `id` (number, required) order item id Example: "3120" - `relationId` (string, required) key to identify, which surcharge parameter in relation to order item, should be delete Example: "04e876" ## 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