Python
from datagrid_ai import Datagrid client = Datagrid( api_key="My API Key", ) client.agents.delete( "agent_id", )
Delete an agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the agent to delete
Agent deleted successfully