Delete Account Request
data class DeleteAccountRequest(account: String, server: Boolean?) : SignaldRequestBodyV1<DeleteAccount, EmptyResponse>
Content copied to clipboard
delete all account data signald has on disk, and optionally delete the account from the server as well. Note that this is not "unlink" and will delete the entire account, even from a linked device.
Constructors
DeleteAccountRequest
Link copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): EmptyResponse?
Content copied to clipboard
submit
Link copied to clipboard