v1

latestOpenAPI 3.1.02026-07-17283353.4 KB
HTTPWalletJSON

Relinquishes a certificate

post/relinquishCertificate

Request body

typestring
serialNumberstring
certifierstring

Example request

{
  "type": "W/iqV/xaa8VH3s8cxttj8Q3rVaPGxd9JfWMfs9leGr8=",
  "serialNumber": "oXTshKWy209Lv8MFVDxmsFzZQQ",
  "certifier": "03d40063722f77cc57a96bdf963c56fd29085b1297e598471ad63dd51b1b54db6e"
}

Response

The relinquishment result

relinquishedboolean

Example response

{
  "relinquished": true
}