Delete One Shipment Line Item
API Reference
Delete One Shipment Line Item
Delete One Shipment Line Item*** The GraphQl query for this endpoint is:
mutation DeleteOneShipmentLineItem ($id: String!) {
deleteShipmentLineItem: deleteShipmentLineItemsByPk(id: $id) {
id
}
}
DELETE
Delete One Shipment Line Item
Headers
Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
Path Parameters
"id" is required (enter it either in parameters or request body)
Body
application/json
Query parameters can also be provided in the request body as a JSON object
Response
200 - application/json
Responses for DELETE /api/rest/shipment_line_items/{id}
Shipment Line Items

