Skip to main content
Version: 2.3

MsgDeleteProfile

This message allows you to delete a previously created profile.

Structure

{
"@type": "/desmos.profiles.v1beta1.MsgDeleteProfile",
"creator": "<Address of the profile owner>"
}

Attributes

AttributeTypeDescriptionRequired
creatorStringDesmos address of the user that is deleting the profileyes

Example

{
"@type": "/desmos.profiles.v1beta1.MsgDeleteProfile",
"creator": "desmos1qchdngxk8zkl4c4mheqdlpgcegkdrtucmwllpx"
}

Message action

The action associated to this message is the following:

delete_profile