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"
]
}
| Key | Format | Required | Description |
|---|---|---|---|
receipts | array | required | Array of receipt UUIDs to delete |
Response:
- 200
- 401
- 403
{
"success": true
}
{
"message": "Unauthenticated."
}
{
"message": "Access forbidden."
}