POST
/
v1
/
communities
/
groups
/
remove
Remove group from community
curl --request POST \
  --url https://api.wazapin.com/v1/communities/groups/remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel_id": "<string>",
  "community_jid": "<string>",
  "group_jid": "<string>"
}
'
{
  "data": {
    "status": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Body

application/json
channel_id
string
required

Channel ID

Minimum string length: 1
community_jid
string
required

Community JID

Minimum string length: 1
group_jid
string
required

Group JID

Minimum string length: 1

Response

OK

data
object
required