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 remove attendees from an event in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.events.DELETE

Request Method:

DELETE`

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

Parameters

NameDescriptionRequired
scopeIDNetwork in which the event is to be updated. Can be taken from the network list API.Required
streamIdStream ID to add invitees. Can be taken from the response of event creation API. Required
invitedMembersIDs of members to be removed as invitees. Multiple IDs should be separated by a coma.Optional
invitedGroupsIDs of groups to be removed as invitees. Multiple IDs should be separated by a comma.Optional

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/deleteEventInvitees?scopeID=929000000015001&streamId=929000000858026&invitedMembers=2060557

Sample Response

Copied{
  "deleteEventInvitees": {
    "result": "success"
  }
}