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

Request URL:

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

OAuth Scope:

zohopulse.tasks.DELETE

Request Method:

DELETE

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

Parameters

NameDescriptionRequired

scopeID

Network in which the board is in. Can be taken from the network list API.

Required

memberId

ID of member to be removed. Only one member can be removed at a time.

Required

boardId

Board ID to remove the member from.

Required

 

Sample URL

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

Sample Response

Copied{
  "deleteMemberFromBoard": {
    "result": "success"
  }
}