public async Task <OutBoundIntegrationCredentialsRes> DeleteOutBoundIntegrationCredentials([FromBody] OutBoundIntegrationCredentialsReq request) { var response = new OutBoundIntegrationCredentialsRes(); response = await _settingsRepository.DeleteOutBoundIntegrationCredentials(request); return(response); }