Skip to main content
Version: 2.3

MsgDeleteRelationship

This message allows you to delete an existing relationship with a specified counterparty.

Structure

{
"@type": "/desmos.profiles.v1beta1.MsgDeleteRelationship",
"user": "<Desmos address of the user deleting the relationship>",
"counterparty": "<Desmos address with which the sender want to end the relationship>",
"subspace": "<Subspace of the relationship>"
}

Attributes

AttributeTypeDescriptionRequired
userStringDesmos address of the user that is deleting the relationshipyes
counterpartyStringDesmos address of the relationship's counterpartyyes
subspaceStringIdentifies the app where the relationship should be validyes

Example

{
"@type": "/desmos.profiles.v1beta1.MsgDeleteRelationship",
"user": "desmos1e209r8nc8qdkmqujahwrq4xrlxhk3fs9k7yzmw",
"counterparty": "desmos13p5pamrljhza3fp4es5m3llgmnde5fzcpq6nud",
"subspace": "4e188d9c17150037d5199bbdb91ae1eb2a78a15aca04cb35530cccb81494b36e"
}

Message action

The action associated to this message is the following:

delete_relationship