v1
latestOpenAPI 3.1.02026-07-247328324.6 KBInvoices
Delete an invoice item
delete/sellers/{seller_id}/invoices/{invoice_id}/invoice-items/{id}
Path parameters
seller_idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
invoice_idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
Response
Successful operation
Example response
{
"amount": 10000,
"category": "unspsc:43211508",
"metadata": {
"key": "value"
},
"unspsc": "unspsc:43211508",
"id": "user_0123456789ABCDEFGHIJKLMNOPq",
"created_at": "2024-01-15T10:30:00Z",
"created_by": "user_0123456789ABCDEFGHIJKLMNOPq",
"updated_at": "2024-01-15T10:30:00Z",
"updated_by": "user_0123456789ABCDEFGHIJKLMNOPq"
}