v11

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29273578.1 KB
Skills

Delete a skill

Deletes a skill from the registry (admin only)

delete/api/v1/skills/{id}

Path parameters

idstring required

The unique identifier

Example:12345

Response

Skill deleted

messagestring required

Example response

{
  "message": "Skill deleted successfully"
}