DELETE private-agent/delete/{agent_id}
Deletes a private agent for the current customer.
URL Parameters
Name | Description |
---|---|
agent_id | The ID of the agent to delete. |
Remarks
Use GET private agents route to get the list of private agents having values applicable for agent_id.Request example
curl --request DELETE "https://api-asm1.apica.io/v3/private-agent/delete/{agent_id}?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
A task representing the asynchronous operation. The task result contains the HTTP response message.