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

No parameters

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

Request

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"

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key