Skip to content

Delete Skill

DELETE
/api/v3/organizations/{organisation}/ai/skills/{skillId}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/skills/example \
--header 'Authorization: Bearer <token>'

Permanently deletes a skill. This will also remove it from any agents that have it assigned.

organisation
required
string

The organisation ID

skillId
required
string

The skill ID

Skill deleted successfully

Media typeapplication/json
object
success
boolean
message
string
Example
{
"success": true,
"message": "Skill deleted successfully"
}

Access denied

Skill not found

Failed to delete skill