The purpose of this API is to delete a feed in Zoho Connect.

Request URL:

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

OAuth Scope:

zohopulse.feedList.DELETE

Request Method:

DELETE

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

Parameters

NameDescriptionRequired
scopeID ID of the Network the post has been made in.Required
streamIdID of the post to be deleted.Required

Sample URL

Copiedhttps://connect.zoho.com/pulse/api/deleteStream?scopeID=105000017039001&streamId=105000199656582

Sample Response

Copied{
  "deleteStream": {
    "result": "success"
  }
}