virendrawali commented on issue #79:
URL: https://github.com/apache/airavata-custos/issues/79#issuecomment-647676841


   Hi Isuru,
   
   I am able to delete a child tenant but the response returned by the API is 
empty and I was expecting status == True or something like that. Could you 
please check if we need to modify the deleteTenant response?  
       
   Here is the code from the TenantManagementService.proto file. 
   ```
   rpc deleteTenant (DeleteTenantRequest) returns (google.protobuf.Empty) {
           option (google.api.http) = {
              delete: "/tenant-management/v1.0.0/oauth2/tenant"
           };
       }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to