Skip to main content

Delete multiple receipts

DELETE 

/panel/receipts

Deletes several receipts at once, matching them by UUID. receipts defaults to an empty list when omitted, which deletes nothing.

Request

Responses

success is the number of receipts actually deleted (an integer), not a boolean. An omitted or empty receipts list returns {"success": 0}.