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
Example response
{
"message": "Skill deleted successfully"
}