Get Instance CIM Operation


The DeleteInstance method Deletes a single CIM Instance from the target Namespace based on the InstanceName parameter provided.

NameSpace String that defines the target namespace. See NameSpace Operations for more information

InstanceName Defines the Name of instance to be retrieved. See Enumerate Instance Names for instance names for a class

                 


REQUEST RETURN - If successful, the specified Instance MUST have been removed by the CIM Server. If unsuccessful, one of the following status codes MUST be returned by this method, where the first applicable error in the list (starting with the first element of the list, and working down) is the error returned. Any additional method-specific interpretation of the error in is given in parentheses.


The DeleteInstance operation deletes a single CIM Instance from the target Namespace. NameSpace The NameSpace parameter is a string that defines the target namespace param InstanceName The InstanceName input parameter defines the name (model path) of the Instance to be deleted. */ virtual void deleteInstance( const String& nameSpace, const Reference& instanceName) = 0;