Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Inputs

Name
Type
Description
MandatoryAvailable from version
BrickIdsGuid[]BrickIds for the allocation profiles to be deleted  

If the Message returned is "OK", the delete was successful

 

XML request example
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <DeleteAllocationProfiles xmlns="http://tempuri.org/">
      <req>
        <Credentials>
          <UserName>yourusername</UserName>
          <Password>yourpassword</Password>
        </Credentials>
        <identify>youridentifier</identify>
        <BrickIds>
          <guid>525d8555-33e6-4ecd-a75a-de0c78cfd9bd</guid>
        </BrickIds>
      </req>
    </DeleteAllocationProfiles>
  </s:Body>
</s:Envelope>
  • No labels