// Projects

Unimport one script module

Remove a single script module assignment from a project.

DELETE/api/project/script-module

Description

Removes one script module assignment.

Parameters

NameInTypeRequiredDescription
projectId query string yes ID of the project.
scriptModuleId query string yes ID of the script module to unimport.

Errors

StatusMeaning
400 Invalid projectId or scriptModuleId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.