GuideLab API

Delete Company Logo

Remove the company logo from R2 storage and clear the logo reference in the organization record.

DELETE
/company-settings/logo

Remove the company logo from R2 storage and clear the logo reference in the organization record.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X DELETE "https://example.com/company-settings/logo"
{  "settings": {    "id": "string",    "name": "string",    "logo": "string",    "createdAt": "string",    "updatedAt": "string"  },  "message": "string"}
Empty
Empty
Empty