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 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

NameDescriptionRequired
scopeIDID of the Network the section is in. Can be taken from the network list API.Required
sectionIdID of the section to be deleted.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/deleteBoardSection?scopeID=929000000015001&sectionId=929000000864001

Sample Response

Copied{
  "deleteBoardSection": {}
}