delete-project

Permanently deletes a LeadAce project and all associated data from the server.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/aitit-inc/leadace --skill delete-project-aitit-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete-project
Source: https://github.com/aitit-inc/leadace/tree/main/plugin/skills/delete-project
Command: npx skills add https://github.com/aitit-inc/leadace --skill delete-project-aitit-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Removing an obsolete outreach project normally requires manually clearing prospects, outreach logs, responses, and documents one by one. This Skill deletes a registered project and all its associated data in a single confirmed operation. ## Core Features & Use Cases - Argument Validation: Verifies that a project ID is provided before attempting any deletion. - Confirmation Gate: Asks the user to explicitly confirm the irreversible deletion before calling the server. - Complete Data Removal: Deletes the project along with its prospects, outreach logs, responses, and documents via the LeadAce MCP tool. - Use Case: After finishing a sales campaign, you want to clean up your workspace. Provide the project ID, confirm the prompt, and the project with all its data is permanently removed. ## Quick Start Ask the assistant to delete project with a specific project ID, then confirm the deletion when prompted.

Frequently Asked Questions about delete-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete a project in LeadAce?

Invoke the delete-project skill with the project ID as its argument. The skill asks you to confirm the deletion, then calls the LeadAce delete_project tool to remove the project and all its data from the server.

What data is removed when deleting a LeadAce project?

Deleting a project removes the project itself plus all associated data: prospects, outreach logs, responses, and documents stored on the server. The operation is permanent and cannot be undone.

Can I undo a project deletion in LeadAce?

No, project deletion is permanent and cannot be undone. The skill explicitly warns about this and requires you to confirm through an interactive question before any data is removed.

What happens if I delete a project ID that does not exist?

If the server returns a Project not found error, the skill reports that the project does not exist and exits without making changes. No other projects or data are affected.

Why does the delete project skill ask for confirmation?

The confirmation step exists because deletion is irreversible and removes all project data including prospects and outreach history. It prevents accidental data loss from a mistyped command or wrong project ID.