ListManagementTermListsDeleteMethodResponse type
Contiene datos de respuesta para la operación deleteMethod.
type ListManagementTermListsDeleteMethodResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}