Last updated 2 years ago
DELETE /modules/{uuid}
DELETE
/modules/{uuid}
Deletes the module with the provided module ID. Only users with the Standard Registry role are allowed to make the request.
uuid*
String
Module ID.
{ content: application/json: schema: type: boolean }
{ // Response }
{ content: application/json: schema: $ref: '#/components/schemas/Error' }