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
Name | Description | Required |
scopeID | ID of the network the group is in. You can get this from the Network list API. | Required |
partitionId | Group ID to delete. | Required |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/deletePartition?scopeID=929000000015001&partitionId=929000000954001
Sample Response
Copied{
"deletePartition": {
"result": "success"
}
}