APIKeysDeleteMethodResponse type

Contains response data for the deleteMethod operation.

type APIKeysDeleteMethodResponse = ApplicationInsightsComponentAPIKey & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ApplicationInsightsComponentAPIKey
  }
}