DELETE /orders/{orderId}/otherCharges/{id}
Deletes an other charge from an order.
Roles that can access this endpoint are Users, Customers.
Parameters
name |
description |
type |
default |
type |
orderId |
Id of the order to delete the order from |
path
|
|
String
|
id |
Id of the other charge to delete |
path
|
|
String
|
Result
RowOrders
of type:
application/xml
application/json
order record after the delete
Try It Out
Request