Running, printing, and viewing a document : Working with a resource group : Deleting a resource group
 
Deleting a resource group
To delete a resource group, use DeleteResourceGroup and identify the group to delete, as shown in the following example:
<SOAP-ENV:Body>
<DeleteResourceGroup>
<Name>End-of-Quarter Sales</Name>
</DeleteResourceGroup>
</SOAP-ENV:Body>
The response to a successful DeleteResourceGroup request is an empty operation if the request succeeds. If the request fails, an error message appears.