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_agent with no arguments first to list all agents and confirm the correct id. Do not infer IDs — match the agent by inspecting profile.name, role, or goal.

Parameters

ParameterTypeRequiredDescription
idstringYesUnique 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.