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
Name | Description | Required |
scopeID | Network in which the event is to be updated. Can be taken from the network list API. | Required |
streamId | Stream ID to add invitees. Can be taken from the response of event creation API. | Required |
invitedMembers | IDs of members to be removed as invitees. Multiple IDs should be separated by a coma. | Optional |
invitedGroups | IDs 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"
}
}