agent_id (int): ID of the agent.skill_id (int): ID of the skill to unlink.200 OK: the skill was unlinked, or no link existed (no-op).400: the skills feature is disabled, or the skill is a platform403: caller lacks access to manage this agent.404: the agent could not be found.curl --location --globoff --request DELETE 'https:///api/v2/agents//skills//disable' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '{
"success": true,
"message": "string",
"data": {
"id": 0,
"agent_id": 0,
"skill_id": 0,
"skill_name": "string",
"description": "",
"created_by": "string"
}
}