Availiable from 2.17

Inputs (Array[] to update)

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuid[]



Code examples

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