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