Skip to main content

Delete multiple receipts

Enterprise Only

This endpoint is only available in the Enterprise package and requires the authenticated user to be a Super Admin.

Method: DELETE

URL: https://example.com/<MIXPOST_CORE_PATH>/api/panel/receipts

Authorization: Bearer <token>

Body:

{
"receipts": [
"a09367a5-dfc1-43d7-9557-70eb93e01e01",
"f9288040-0d50-4e40-83d6-10ef6dd31d9d"
]
}
KeyFormatRequiredDescription
receiptsarrayrequiredArray of receipt UUIDs to delete

Response:

{
"success": true
}