Skip to main content
DELETE
Delete Agent

Overview

Permanently delete an agent. This also deletes the agent’s internal prompt (if one was auto-created via prompt_content).
This action cannot be undone. The agent and all its configuration will be permanently removed.

Authentication

string
required
Your eigi.ai API key. Must be prefixed with vk_.

Path Parameters

string
required
The unique agent ID to delete.Example: 68ea2517dbb84c09bae1ba0a

Response

string
Success confirmation message.
string
ID of the deleted agent.
string
Name of the deleted agent.
string
ISO 8601 timestamp of when the deletion occurred.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your API key from the eigi.ai Dashboard under Settings → API Keys.

Path Parameters

agent_id
string
required

The unique agent ID

Response

Agent deleted successfully

message
string

Success message

agent_id
string

ID of the deleted agent

agent_name
string

Name of the deleted agent

deleted_at
string<date-time>

Deletion timestamp