v0 Platform API/API Reference/Projects
Delete Project
Deletes a specific project based on the provided projectId. This operation marks the project as deleted and is irreversible.
DELETE/v1/projects/{projectId}
Usage
TypeScript Example
API Signature
Request
Path Parameters
projectId: string
The unique identifier of the project to delete. This must be passed as a path parameter in the URL.
Response
id: string
The unique identifier of the deleted project.
object: 'project'
Fixed value identifying this object as a project.
deleted: 'true'
Confirmation that the project has been deleted.
Create Environment Variables
Creates new environment variables for a given project. This endpoint will fail if any of the specified environment variable keys already exist, unless upsert is set to true.
Delete Environment Variables
Deletes multiple environment variables for a given project by their IDs.