Genbase
ApiModule

Delete module

DELETE
/module/{module_id}

Authorization

AuthorizationRequiredBearer <token>

JWT Token for authenticated users (obtained via /auth/jwt/login).

In: header

Path Parameters

module_idRequiredstring

Module ID

curl -X DELETE "http://localhost:8000/module/string" \
  -H "Authorization: Bearer <token>"

Generic success response

{
  "status": "success",
  "message": "string"
}