Remove workspace logo

Remove a workspace logo. Succeeds when no logo is set.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

workspaceIdstringRequired
Workspace whose logo to remove.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

Confirms the workspace has no logo.
successboolean
True when the workspace has no logo anymore.

Errors

403
Forbidden Error
404
Not Found Error
500
Internal Server Error