Try   HackMD

TangleID API - revoke_claim

  • Protocol: HTTP GET method
  • Type: Asynchronous
  • Description: Revoke a claim
  • API example
curl http://HOST_URL \
  -X POST \
  -H 'Content-Type: application/json' \
  -d '{"command":"revoke_claim","uuid": "SD9BCRDGJYWDHPTDNOPRULFWWG","txnhash":"DHPRSUKQDEOWFUBWBHVFRQWMOKLNI9OIHKRKZPIXLLKVENBUYIJGUWQXUNUQGEFKXXMVRVNHRKZI99999"}'
  • Parameter
    • uuid: Identity uuid
    • txnhash: Claim transaction hash
  • Return value
    • 0 (success)
    • 1 (failure)