POST /moarpb.v1.ModuleRegistryService/DeleteModule
application/json
Body
Required
-
moduleName
string
Body
Required
-
moduleName
string
POST
/moarpb.v1.ModuleRegistryService/DeleteModule
cURL (application/json)
curl \
-X POST http://localhost:8000/moarpb.v1.ModuleRegistryService/DeleteModule \
-H "Content-Type: application/json" \
-d '{"moduleName":"string"}'
curl \
-X POST http://localhost:8000/moarpb.v1.ModuleRegistryService/DeleteModule \
-H "Content-Type: application/proto"
Request example
{
"moduleName": "string"
}
Response examples (default)
{
"code": "CodeNotFound",
"detail": [
{
"@type": "string"
}
],
"message": "string"
}
Response examples (200)
{}