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

Skip to product menu
Skip to main content

The purpose of this API is to delete a group from Zoho Connect network.

Request URL:

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

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 is in. You can get this from the Network list API.Required
partitionIdGroup ID to delete.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/deletePartition?scopeID=929000000015001&partitionId=929000000954001

Sample Response

Copied{
  "deletePartition": {
    "result": "success"
  }
}