| IIdentityProviderDeleteUser Method | 
Namespace: net.openstack.Core.Providers
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | If userId is . | 
| ArgumentException | If userId is empty. | 
| NotSupportedException | If the provider does not support the OS-KSADM Admin Extension. -or- If the provider does not support the given identity type. | 
| InvalidOperationException | If identity is and no default identity is available for the provider. | 
| ResponseException | If the REST API request failed. | 
 Examples
ExamplesThe following example demonstrates the use of this method using the CloudIdentityProvider implementation of IIdentityProvider. For more information about creating the provider, see CloudIdentityProvider(CloudIdentity).
 Version Information
Version Information See Also
See Also