ExamplesDeleteMethodResponse type

Contains response data for the deleteMethod operation.

type ExamplesDeleteMethodResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}