Workplace from Meta is being discontinued – seamlessly migrate to Zoho Connect today. Learn More

Skip to main content

The purpose of this API is to leave a group in Zoho Connect.

Request URL:

https://connect.zoho.com/pulse/api/leaveGroup

OAuth Scope:

zohopulse.grouplist.DELETE

Request Method:

DELETE

Mandatory Header:Header name: Authorization
Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52

Parameters

NameDescriptionRequired

scopeID

ID of the network the group belongs to. You can get this from the Network list API.

Required

partitionId

ID of the Group you want to leave.

Required

 

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/leaveGroup?scopeID=105000017039001&partitionId=7568778769

Sample Response

Copied{
  " joinGroup": {
    "result": "success"
  }
}