Home / Resources / API Reference

Script Module

Base route: /api/script-module

Delete script module

Permanently removes a script module from the workspace. Note that steps importing this module may fail to execute after deletion.

Request

Parameters
scriptModuleId
string
required
The unique ID of the module to delete.
Query string

DELETE /api/script-module?scriptModuleId=...

Response

200 OK