tools.ozone.verification.revokeVerifications
Revoke previously granted verifications in batches of up to 100.
- class atproto_client.models.tools.ozone.verification.revoke_verifications.Data
Bases:
DataModelBaseInput data model for
tools.ozone.verification.revokeVerifications.
- class atproto_client.models.tools.ozone.verification.revoke_verifications.DataDict
Bases:
TypedDict- uris: List[AtUri]
Array of verification record uris to revoke. The AT-URI of the verification record to revoke.
- revoke_reason: NotRequired[str | None]
Reason for revoking the verification. This is optional and can be omitted if not needed.
- class atproto_client.models.tools.ozone.verification.revoke_verifications.Response
Bases:
ResponseModelBaseOutput data model for
tools.ozone.verification.revokeVerifications.- field failed_revocations: List[models.ToolsOzoneVerificationRevokeVerifications.RevokeError] [Required]
List of verification uris that couldn’t be revoked, including failure reasons.
- class atproto_client.models.tools.ozone.verification.revoke_verifications.RevokeError
Bases:
ModelBaseDefinition model for
tools.ozone.verification.revokeVerifications. Error object for failed revocations.- field error: str [Required]
Description of the error that occurred during revocation.
- field uri: AtUri [Required]
The AT-URI of the verification record that failed to revoke.