DeleteAccountRequest
data class DeleteAccountRequest(account: String, server: Boolean?) : SignaldRequestBodyV1<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
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): EmptyResponse
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): EmptyResponse
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): EmptyResponse
Content copied to clipboard