ListManagementTermDeleteTermResponse type
Contains response data for the deleteTerm operation.
type ListManagementTermDeleteTermResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
body: string
}