cURL
curl --request DELETE \ --url https://api.example.com/api/v1/agents/{id}
Remove an agent from your organization
DELETE /api/v1/agents/{id} Authorization: Bearer YOUR_API_KEY
id
204 No Content
curl -X DELETE "https://app.preclinical.dev/api/v1/agents/uuid" \ -H "Authorization: Bearer $API_KEY"
AGENT_NOT_FOUND