Delete Widget Style
Soft-deletes a widget style. Sites still passing the deleted widgetStyleId will fall back to the widget's built-in defaults.
Authentication: Bearer token required.
Endpoint: DELETE /api/v2/widget-styles
Request Body
{ "id": "550e8400-e29b-41d4-a716-446655440000" }
Response — 204 No Content
| Status | Description |
|---|---|
| 401 | Unauthorized |
| 403 | No access to style's node |
| 404 | Widget style not found |