# Revocation
## Properties
**id** | **u64** | The unique identifier of the revocation. | [readonly]
**reason** | **String** | The reason the punishment was revoked. |
**actor_id** | **uuid::Uuid** | The ID of the actor who revoked the punishment. | [readonly]
**created_at** | **chrono::DateTime<chrono::FixedOffset>** | The date and time at which the punishment was revoked. | [readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)