Delete Project
Deletes a specific project based on the provided projectId. This operation marks the project as deleted and is irreversible.
Parameters
Path Parameters
projectId string Required
The unique identifier of the project to delete. This must be passed as a path parameter in the URL.
Response
Response Body
id string Required
The unique identifier of the deleted project.
object string Required
Fixed value identifying this object as a project.
deleted boolean Required
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.