// Script Modules

Delete a script module

Soft-delete a script module.

DELETE/api/script-module

Description

Soft-deletes the script module. Projects that imported it stop seeing it on the next deployment.

Parameters

NameInTypeRequiredDescription
scriptModuleId query string yes ID of the script module.

Errors

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