curl --request POST \
--url https://api.unibee.dev/merchant/invoice/history_invoice_import/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invoiceId": "<string>"
}
'{
"code": 123,
"data": {},
"merchantId": 123,
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Delete an imported history invoice (BizType=Import) and its related payment/refund if applicable.
curl --request POST \
--url https://api.unibee.dev/merchant/invoice/history_invoice_import/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"invoiceId": "<string>"
}
'{
"code": 123,
"data": {},
"merchantId": 123,
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Delete an imported history invoice (BizType=Import) and its related payment/refund if applicable.
Required, imported InvoiceId to delete