Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Removes the print logo from the organisation. Print documents will fall back to the standard organisation logo.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
successbooleanRequiredWhether the print logo was removed successfully.
{
"success": false
}DELETE /bff/organisation/print-logo
curl -X DELETE "https://api.bizkithub.com/bff/organisation/print-logo" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.