Skip to content

How to delete nodeSecret value via RESTful API #92

Closed Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

To be able to remove particular nodeSecret value (e.g. de-register locking) while using Node-Locked or Floating model, you need to obtain a list of assigned nodeSecrets using LicenseService.get() method.

sample request

curl -X GET \
  --header 'Accept: application/xml \
   --header 'Authorization: Basic ...' \
  'https://go.netlicensing.io/core/v2/rest/license/LQZ2KXKC5'

sample response

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:netlicensing xmlns="http://www.w3.org/2000/09/xmldsig#" xmlns:ns2="http://netlicensing.labs64.com/schema/context">
  <ns2:infos/>
  <ns2:items>
    <ns2:item type="License">
      <ns2:property name="number">LQZ2KXKC5</ns2:property>
      <ns2:pr…

Replies: 1 comment

Comment options

r-brown
Apr 26, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
1 participant
Converted from issue

This discussion was converted from issue #30 on October 29, 2023 22:17.