---
title: "LeaveGroup allows a group member to leave the group."
method: POST
path: "/cosmos.group.v1.Msg/LeaveGroup"
tags: ["Msg"]
---

# LeaveGroup allows a group member to leave the group.

`POST /cosmos.group.v1.Msg/LeaveGroup`

## Request body

- CosmosGroupV1MsgLeaveGroup — MsgLeaveGroup is the Msg/LeaveGroup request type.
  - `address` string — address is the account address of the group member.
  - `group_id` string, uint64 — group_id is the unique ID of the group.

## Response `200`

A successful response.

- CosmosGroupV1MsgLeaveGroupResponse — MsgLeaveGroupResponse is the Msg/LeaveGroup response type.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-02-05** `de0653d8a73d` — 1 info
  - api operation id `EvidenceMsg_LeaveGroup` removed and replaced with `CircuitMsg_LeaveGroup`
- **2024-08-14** `21c607e4fa20` — 1 info
  - endpoint added
- **2024-07-31** `19416a3f0cd1` — 1 breaking
  - api path removed without deprecation
- **2024-07-11** `ca7e84576c8e` — 1 info
  - endpoint added
- **2024-05-15** `41fb8b09e244` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.group.v1.Msg/LeaveGroup/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/de0653d8a73d/schema)
