3.1.4.19.3.1 ExecuteSPDeleteDeploymentRequestBody
Specifies the deployment and name of the administrator, who approved the delete operation.
-
<xsd:complexType name="ExecuteSPDeleteDeploymentRequestBody"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="id" nillable="true" type="s1:guid "/> <xsd:element minOccurs="0" maxOccurs="1" name="adminName" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType>
adminName: This field MUST be present. It represents the name of an administrator who approved the delete operation. The name SHOULD follow the domain\username format.
id: This field MUST be present. It contains the GUID of the deployment that is to be deleted.