Certificate Management
Revoke Certificate
Revokes an existing certificate.
PATCH
The certificate will be revoked on the blockchain and the certificate status will be updated to revoked
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Type of the certificate identifier.
Available options:
certID
, externalId
, fileHash
, hash
Identifier of the certificate.
Example:
1
Query Parameters
Network identifier where the trustpoint will be registered.
Example:
10004
Response
200
application/json
Successful certificate revocation
The response is of type object
.