For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete the module

Deletes the module.

DELETE /modules/{uuid}

Deletes the module with the provided module ID. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

uuid*

String

Module ID.

{
    content:
            application/json:
              schema:
                type: boolean
}

Last updated