curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/skills/associations/{entity_type}/{entity_id}/skills/{skill_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Remove a skill association from an entity
curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/skills/associations/{entity_type}/{entity_id}/skills/{skill_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?