Skip to main content

tools.ozone.verification.revokeVerifications

#main

Revoke previously granted verifications in batches of up to 100.

Input

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
urisarray of string-Array of verification record uris to revoke
revokeReasonstring-Reason for revoking the verification. This is optional and can be omitted if not needed.

Output

  • Encoding: application/json
PropertyTypeKnown ValuesRequiredDescription
revokedVerificationsarray of string-List of verification uris successfully revoked
failedRevocationsarray of #revokeError-List of verification uris that couldn't be revoked, including failure reasons

#revokeError

Error object for failed revocations

PropertyTypeKnown ValuesRequiredDescription
uristring (at-uri)-The AT-URI of the verification record that failed to revoke.
errorstring-Description of the error that occurred during revocation.