Delete Agent (Platform MCP)
Permanently deletes a personal agent and all its versions from the monday.com platform using the Platform MCP.
Use this tool to permanently delete a monday.com platform agent. Deleting an agent removes it and all of its versions. The agent stops appearing in get_agent results and can no longer be triggered. This action cannot be undone. Only the agent's owner can delete it.
When the user refers to an agent by name or description (e.g., "delete my standup bot"), call
get_agentwith no arguments first to list all agents and confirm the correctid. Do not infer IDs — match the agent by inspectingprofile.name,role, orgoal.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier of the monday platform agent to delete. |
Example
Delete the agent with ID 39662:
{
"id": "39662"
}The tool returns the deleted agent object with state set to DELETED, confirming the operation succeeded.
Programmatic equivalent
monday.com platform agents are managed through the monday.com interface or via the MCP. There is no public GraphQL API for this operation.
Updated about 11 hours ago
