BizKitHub
DocsAPI ReferenceOrganisation/bff/organisation/print-logo
deleteOrganisationAdmin BFF

/bff/organisation/print-logo

Removes the print logo from the organisation. Print documents will fall back to the standard organisation logo.

OrganisationdeleteBffOrganisationPrint-logo

Parameters

No parameters required

This endpoint takes no path, query, header or body parameters.

Response schema

1 status code documented

200Success
successbooleanRequired

Whether the print logo was removed successfully.

Response example

application/json
{
  "success": false
}

Request example

DELETE /bff/organisation/print-logo

delete
curl -X DELETE "https://api.bizkithub.com/bff/organisation/print-logo" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key