Skip to Content

AccountDeletionResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the deletion request.[default to null]
statusStringCurrent status of the deletion request (pending, scheduled, cancelled, completed).[default to null]
requested_atDateTimestamp when the deletion was requested.[default to null]
scheduled_atDateTimestamp when the deletion is scheduled to occur.[default to null]
cancelled_atDateTimestamp when the deletion was cancelled, if applicable.[optional] [default to null]
completed_atDateTimestamp when the deletion was completed, if applicable.[optional] [default to null]
can_be_cancelledBooleanWhether the deletion request can still be cancelled.[default to null]
days_remainingLongNumber of days remaining until deletion, if cancellable.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]