The purpose of this API is to delete a section from a board in Zoho Connect.
Request URL: | https://connect.zoho.com/pulse/api/deleteBoardSection |
OAuth Scope: | zohopulse.tasks.DELETE |
Request Method: | DELETE |
Mandatory Header: | Header name: Authorization Header Value: Zoho-oauthtoken d92d401c803988c5cb849d0b4215f52 |
Parameters
Name | Description | Required |
scopeID | ID of the Network the section is in. Can be taken from the network list API. | Required |
sectionId | ID of the section to be deleted. | Required |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/deleteBoardSection?scopeID=929000000015001§ionId=929000000864001
Sample Response
Copied{
"deleteBoardSection": {}
}