curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id}/agents/{agent_id} \
--header 'Authorization: Bearer <token>'{}Delete an agent from your project. This operation cannot be undone.
curl --request DELETE \
--url https://api.example.com/api/v2/projects/{project_id}/agents/{agent_id} \
--header 'Authorization: Bearer <token>'{}