Skip to main content
Version: Next

Delete a link between an asset and user

DELETE 

https://demo.openremote.io/api/master/asset/user/link/:realm/:userId/:assetId

Delete a link between an asset and user

Request

Path Parameters

    realm stringrequired
    userId stringrequired
    assetId stringrequired

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema

Authorization: oauth2

name: openidtype: oauth2flows: {
  "clientCredentials": {
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  },
  "authorizationCode": {
    "authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
    "tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
    "refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
    "scopes": {
      "profile": "profile"
    }
  }
}
curl -L -X DELETE 'https://demo.openremote.io/api/master/asset/user/link/:realm/:userId/:assetId' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://demo.openremote.io/api/master
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!