Prisma · Arazzo Workflow
Prisma Postgres Find and Delete a Project
Version 1.0.0
Locate a project by name within a workspace and permanently delete it when found.
Provider
Workflows
find-and-delete-project
Find a project by name in a workspace and delete it when a match is found.
Lists projects in the workspace, branches on whether a matching project exists, confirms it with a read, and deletes it.
1
listProjects
listProjects
List the projects in the workspace so the target project id can be resolved before any destructive action.
2
confirmProject
getProject
Read the matched project to confirm its identity immediately before the irreversible delete.
3
deleteProject
deleteProject
Permanently delete the confirmed project and all of its databases, backups, and connection strings. Returns 204 No Content on success.
Source API Descriptions
openapi