Deleting an agent

To delete an agent, use the id from the list of agents:

curl --location --request DELETE 'https://${service_url}/v1.0/diagency/agents/${id}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ${access_token}'