Delete Skill
DELETE /api/v3/organizations/{organisation}/ai/skills/{skillId}
DELETE
/api/v3/organizations/{organisation}/ai/skills/{skillId}
Permanently deletes a skill. This will also remove it from any agents that have it assigned.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
skillId
required
string
The skill ID
Responses
200
Skill deleted successfully
object
success
boolean
true message
string
Skill deleted successfully403
Access denied
404
Skill not found
500
Failed to delete skill