()
| 688 | } |
| 689 | |
| 690 | func (r ApiDeleteOAuth2ClientRequest) Execute() (*http.Response, error) { |
| 691 | return r.ApiService.DeleteOAuth2ClientExecute(r) |
| 692 | } |
| 693 | |
| 694 | /* |
| 695 | DeleteOAuth2Client Delete OAuth 2.0 Client |
nothing calls this directly
no test coverage detected