cURL
curl --request POST \ --url https://app.tryiris.dev/api/trpc/agent.delete \ --header 'Content-Type: application/json' \ --header 'IRIS_ACCESS_TOKEN: <iris_access_token>' \ --data ' { "0": { "json": { "data": { "where": { "id": "<string>" } } } } } '
Delete an existing AI agent
Show properties