toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.server
/
DeleteAccountRequest
Delete
Account
Request
@
Serializable
data
class
DeleteAccountRequest
(
val
did
:
Did
,
val
password
:
String
,
val
token
:
String
)
Members
Constructors
Delete
Account
Request
Link copied to clipboard
constructor
(
did
:
Did
,
password
:
String
,
token
:
String
)
Properties
did
Link copied to clipboard
val
did
:
Did
password
Link copied to clipboard
val
password
:
String
token
Link copied to clipboard
val
token
:
String