Skip to main content
DELETE
Delete an AI Deliverability Agent

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

AI Deliverability Agent ID. Call GET /api/v2/ai-agents/deliverability and use the returned agent.id value to retrieve the workspace default agent ID.

Example:

"01a04400-9e16-7bf8-bfbe-8fab7be0e7ce"

Response

The deleted AI Deliverability Agent

The fields shared by every AI agent type

id
string<uuid>
required
read-only

Unique identifier for the AI agent

Example:

"01a04400-572e-7c71-b21e-f2e0804b2f8a"

name
string
required

Name of the AI Agent

Example:

"Test AI Agent"

status
enum<number>
required

Status of the AI Agent

Available options:
-1,
0,
1
Example:

1

timestamp_created
string
required
read-only

Timestamp when the AI agent was created

Example:

"2026-08-27T16:14:28.142Z"

timestamp_updated
string
required
read-only

Timestamp when the AI agent was updated

Example:

"2026-08-27T16:14:28.142Z"

configuration_mode
null | enum<string>
required

How much autonomy the agent runs with. Null for agent types that have no autonomy setting, and for agents whose mode is not configured yet.

Available options:
copilot,
fully_automatic,
null
Example:

"copilot"

type
null | enum<number>

Type of the AI Agent

Available options:
1,
2,
3,
4,
6,
7,
8,
9,
10
Example:

1