Delete a receipt
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/{receiptUuid}
Authorization: Bearer <token>
Response:
- 200
- 401
- 403
- 404
{
"success": true
}
{
"message": "Unauthenticated."
}
{
"message": "Access forbidden."
}
{
"message": "Receipt not found."
}