curl --request DELETE \
--url https://api.upwell.com/api/rest/invoice_shipments/{invoiceId}/{shipmentId} \
--header 'Content-Type: application/json' \
--data '
{
"invoiceId": "<string>",
"shipmentId": "<string>"
}
'{
"deleteInvoiceShipmentsByPk": {
"invoiceId": "<string>",
"shipmentId": "<string>"
}
}Remove the association between an invoice and a shipment.
curl --request DELETE \
--url https://api.upwell.com/api/rest/invoice_shipments/{invoiceId}/{shipmentId} \
--header 'Content-Type: application/json' \
--data '
{
"invoiceId": "<string>",
"shipmentId": "<string>"
}
'{
"deleteInvoiceShipmentsByPk": {
"invoiceId": "<string>",
"shipmentId": "<string>"
}
}Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
"invoiceId" is required (enter it either in parameters or request body)
"shipmentId" is required (enter it either in parameters or request body)
Query parameters can also be provided in the request body as a JSON object
Responses for DELETE /api/rest/invoice_shipments/{invoiceId}/{shipmentId}
columns and relationships of "invoice_shipments"
Show child attributes