Skip to main content
Version: 2.3

MsgUnlinkApplication

This message allows you to remove a previously linked application from your Desmos profile.

Structure

{
"@type": "/desmos.profiles.v1beta1.MsgUnlinkApplication",
"application": "<Name of the application to unlink>",
"username": "<Name of the account inside the application that should be unlinked>",
"signer": "<Desmos address of the profile that should remove the link>"
}

Attributes

AttributeTypeDescriptionRequired
applicationStringName of the application to unlinkyes
usernameStringName of the account inside the application that should be unlinkedyes
signerStringDesmos address of the profile that should remove the linkyes

Example

{
"@type": "/desmos.profiles.v1beta1.MsgUnlinkApplication",
"application": "twitter",
"username": "RicMontagnin",
"signer": "desmos1qchdngxk8zkl4c4mheqdlpgcegkdrtucmwllpx"
}

Message action

The action associated to this message is the following:

unlink_application