Home / Resources / API Reference

Project

Base route: /api/project

Unimport workspace variable

Removes the link between a workspace variable and the project. The variable will no longer be available within the project scope.

Request

Parameters
projectId
string
required
The unique identifier of the project.
workspaceVariableId
string
required
The ID of the workspace variable to unimport.
Query string

DELETE /api/project/workspace-variable? projectId=...&workspaceVariableId=...

Response

200 OK