v0 Platform API/API Reference/Projects
Delete Environment Variables
Deletes multiple environment variables for a given project by their IDs.
POST/v1/projects/{projectId}/env-vars/delete
Usage
TypeScript Example
API Signature
Request
Path Parameters
projectId: string
The unique identifier of the project whose environment variables should be deleted.
Body
environmentVariableIds: string[]
An array of environment variable IDs to delete.
Response
object: 'list'
data: object[]
id: string
object: 'environment_variable'
deleted: 'true'