Delete Logos (v1)
Method + Path
DELETE /v1/workspace/:workspaceId/branding/logos/:variant
Actual backend path: /v1/workspace/:workspaceId/branding/logos/:variant
Description
Delete Logos
Authentication
Not required
Headers
| Header | Type | Required | Description |
|---|---|---|---|
Content-Type | string | Yes | application/json |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Path parameter: workspaceId |
variant | string | Yes | Path parameter: variant |
Response (204)
No content - successful deletion
Common Errors
- 400 Bad Request: Invalid request body or query parameters
- 404 Not Found: Resource not found
- 500 Internal Server Error: Server error