Smithery
org.owner.project.delete
Soft-deletes a project within the organization by its unique identifier. When a project is deleted, it is marked as deleted but not immediately removed from the database. This operation affects all resources associated with the project including API keys, webhook configurations, and connected services. This action cannot be undone through the API.
Remote smithery/composio
Other tools also called org.owner.project.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nano_id": {
"type": "string",
"format": "projectId",
"example": "pr_1a2b3c4d5e6f",
"description": "Unique identifier (Nano ID) of the project to delete"
}
}
}