Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...



Response(APIDeleteResponse) rows

NameTypeDescriptionAvailable from version
MessageString"OK" if objects where deleted, errormessage if something went wrong


Code Block
languagexml
themeRDark
titleXML request example
collapsetrue
<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>

...