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

Request URL:

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

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 reminder is to be deleted. Can be taken from the network list API.Required
streamIdstream ID to delete reminder. Can be taken from the response to create event API.Required

Sample URL

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

Sample Response

Copied{
  "deleteEventReminder": {
    "result": "success"
  }
}