agent_id
: The unique identifier of the agent whose non-default corpus connections are to be deleted.curl --location -g --request DELETE 'https:///v2/api/agent/1253/corpus' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"message": "All corpuses of agent have been deleted except default one"
}