agent_id
. Once the alias is successfully deleted, the response will return the updated list of remaining agent aliases along with their associated project details. This helps in keeping the alias records clean and up-to-date.agent_id
, follow this guide:curl --location -g --request DELETE 'https:///v2/api/agent/1216/alias' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Agent Alias Deleted successfully",
"data": [
{
"id": 1469,
"agent_name": "VocabChecker",
"alias": "VocabChecker_1469-dev@ejento.ai",
"project": {
"id": 372,
"created_by": "user@example.com",
"created_on": "2025-01-30T20:20:55.902432Z",
"modified_by": "",
"modified_on": "2025-01-30T20:20:55.902453Z",
"project_name": "userTestProject1",
"team_visibility": false,
"is_deleted": false,
"team": 243
}
}
]
}