Home / Resources / API Reference

Project

Base route: /api/project

Unassign script module from project

Removes a script module assignment from the project scope.

Request

Parameters
projectId
string
required
The unique identifier of the project.
scriptModuleId
string
required
The ID of the module to unassign.
Query string

DELETE /api/project/script-module? projectId=...&scriptModuleId=...

Response

200 OK