The purpose of this API is to delete an event from Zoho Connect network.
Request URL: | https://connect.zoho.com/pulse/api/deleteEvent |
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 deleted. Can be taken from the network list API. | Required |
streamId | Stream ID to delete event. Can be taken from the response of event creation API. | Required |
Sample URL
Copiedhttps://connect.zoho.com/pulse/api/deleteEvent?scopeID=929000000015001&streamId=929000000855682
Sample Response
Copied{
"deleteEvent": {
"result": "success"
}
}