Description
Removes the workspace variable import from this project. The workspace variable itself is not affected.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId |
query | string | yes | ID of the project. |
workspaceVariableId |
query | string | yes | ID of the workspace variable to unimport. |
Errors
| Status | Meaning |
|---|---|
400 |
Invalid projectId or workspace variable not currently imported. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |