Skip to main content
DELETE
/
modules
/
{moduleId}
Delete a module
curl --request DELETE \
  --url http://localhost:9371/modules/{moduleId}
{
  "error": "<string>"
}

Path Parameters

moduleId
string
required

Module identifier.

Minimum string length: 1

Response

The module was deleted successfully.

Last modified on July 1, 2026