Delete Skill
DELETE /api/skills/{skill_name}
DELETE
/api/skills/{skill_name}
Delete a skill by name (removes from registry and deletes file).
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” skill_name
required
Skill Name
string
Responses
Section titled “ Responses ”Successful Response
SkillDeleteResponse
Response after deleting a skill.
object
status
required
Status
Operation status
string
name
required
Name
Deleted skill name
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context