diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md
index 348104ab..28eeb03c 100644
--- a/COMPONENT_INDEX.md
+++ b/COMPONENT_INDEX.md
@@ -2699,7 +2699,6 @@ None.
| checked | let
| Yes | boolean
| false
| Set to `true` to check the tile |
| light | let
| No | boolean
| false
| Set to `true` to enable the light variant |
| value | let
| No | string
| ""
| Specify the value of the radio input |
-| title | let
| No | string
| "title"
| Specify the title of the selectable tile |
| tabindex | let
| No | string
| "0"
| Specify the tabindex |
| iconDescription | let
| No | string
| "Tile checkmark"
| Specify the ARIA label for the radio tile checkmark icon |
| id | let
| No | string
| "ccs-" + Math.random().toString(36)
| Set an id for the input element |
diff --git a/docs/src/COMPONENT_API.json b/docs/src/COMPONENT_API.json
index 67e5f091..64bd802d 100644
--- a/docs/src/COMPONENT_API.json
+++ b/docs/src/COMPONENT_API.json
@@ -8652,16 +8652,6 @@
"constant": false,
"reactive": false
},
- {
- "name": "title",
- "kind": "let",
- "description": "Specify the title of the selectable tile",
- "type": "string",
- "value": "\"title\"",
- "isFunction": false,
- "constant": false,
- "reactive": false
- },
{
"name": "tabindex",
"kind": "let",
diff --git a/src/DataTableSkeleton/DataTableSkeleton.svelte b/src/DataTableSkeleton/DataTableSkeleton.svelte
index d10e855b..eca0298c 100644
--- a/src/DataTableSkeleton/DataTableSkeleton.svelte
+++ b/src/DataTableSkeleton/DataTableSkeleton.svelte
@@ -60,7 +60,6 @@
{/if}