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

Version 1 Current »

Availiable from 2.17

Inputs (Array[] to update)

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuid[]



Code examples

C# - Get all account types from a BFS instance
var result = client.DeletePOAs(new DeletePoaRequest()
{
    Credentials = CorrectCredentials(),
    identify = CorrectIdentify(),
    BrickIds = brickIds
});


Blog Posts

  • No labels