Request
Request URL

https://apim.eu.mybuildings.abb.com/adtg-api/v1/graphql

Request headers
Fieldtypedescription
AuthorizationstringOAuth 2.0 access token obtained from eu.mybuildings.abb.com.
Request body
{
ISystemWIP(dtId: "318df790-fd89-4a6e-9ed3-b8edfe4c8836") {
DeviceManagementWIP {
RPCDeleteCredentialMethod {
callMethod(data:["1","2"])
{
code
details
payload{
result
i
}}}}}}

data - [String array] the index of the PIN-Code or QR-Code will be deleted

Response
{
  "data": {
    "ISystemWIP": [
      {
        "DeviceManagementWIP": {
          "RPCDeleteCredentialMethod": {
            "callMethod": {
              "code": 200,
              "details": null,
              "payload": [
                {
                  "result": 0,
                  "i": 7
                }
              ]
            }
          }
        }
      }
    ]
  }
}