ListManagementTermListsDeleteMethodResponse type

Contains response data for the deleteMethod operation.

type ListManagementTermListsDeleteMethodResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}