Availiable from 2.17

Inputs (Array[] to update)

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuid[]


Response(APIDeleteResponse) rows

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


Code examples

var result = client.DeletePOAs(new DeletePoaRequest()
{
    Credentials = CorrectCredentials(),
    identify = CorrectIdentify(),
    BrickIds = brickIds
});