DeleteSkillVersionResponse interface
A deleted skill version.
Properties
| deleted | Whether the skill version was successfully deleted. |
| id | The unique identifier of the deleted skill version. |
| name | The name of the skill. |
| version | The version that was deleted. |
Property Details
deleted
Whether the skill version was successfully deleted.
deleted: boolean
Property Value
boolean
id
The unique identifier of the deleted skill version.
id: string
Property Value
string
name
The name of the skill.
name: string
Property Value
string
version
The version that was deleted.
version: string
Property Value
string