Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.53 KB

deleteuserconfiguration.md

File metadata and controls

67 lines (47 loc) · 1.53 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority api_name api_type ms.assetid description
DeleteUserConfiguration
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
DeleteUserConfiguration
schema
91b18b6a-d904-476c-996d-b041e859da1e
The DeleteUserConfiguration element represents a request to delete a user configuration object.

DeleteUserConfiguration

The DeleteUserConfiguration element represents a request to delete a user configuration object.

<DeleteUserConfiguration>
   <UserConfigurationName/>
</DeleteUserConfiguration>

DeleteUserConfigurationType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
UserConfigurationName
Represents the name of the user configuration object to delete.

Parent elements

None.

Text value

None.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also