// Project Variables

Unimport one workspace variable

Remove a workspace variable import from a project.

DELETE/api/project/workspace-variable

Description

Removes the workspace variable import from this project. The workspace variable itself is not affected.

Parameters

NameInTypeRequiredDescription
projectId query string yes ID of the project.
workspaceVariableId query string yes ID of the workspace variable to unimport.

Errors

StatusMeaning
400 Invalid projectId or workspace variable not currently imported.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.