Files
VRChatBackendDocs/Models/AccountDeletionLog.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

12 lines
828 B
Markdown

# AccountDeletionLog
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **dateTime** | **Date** | Date and time of the deletion request. | [optional] [default to null] |
| **deletionScheduled** | **Date** | When the deletion is scheduled to happen, standard is 14 days after the request. | [optional] [default to null] |
| **message** | **String** | Typically \"Deletion requested\" or \"Deletion canceled\". Other messages like \"Deletion completed\" may exist, but are these are not possible to see as a regular user. | [optional] [default to Deletion requested] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)