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 board in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.tasks.DELETE

Request Method:

DELETE

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

Parameters

NameDescriptionRequired

scopeID 

ID of the network the board is in. Can be taken from the network list API.

Required

boardId 

ID of the board to be deleted.

Required

 

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/deleteBoard?scopeID=929000000015001&boardId=929000000862001

Sample Response

Copied{
  "deleteBoard": {
    "result": "success"
  }
}