Deletes a post from the feed

Open in ChatGPT Open in ChatGPT to ask questions about this page
Open in Claude Open in Claude to ask questions about this page
Copy as MarkdownCopy this page as markdown to use with AI assistants
View as Markdown Open this page as markdown in a new tab

Delete a post by its ID.

Endpoints

Request URL

https://ServerDomain/pulse/api/deleteStream

Scope

ZohoPulse.feedList.DELETECopied!

Header

Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52

Request Parameters

- Query Parameters

PARAM NAMEDATA TYPEDESCRIPTION
scopeID Long

Network (scope) ID.

streamIdMandatory Long

Post ID to delete. Required.

Sample Request

Curl
C#
Java
Python
Deluge
Copied!
curl --request POST \
  --url 'https://connect.zoho.com/pulse/api/deleteStream?scopeID=3000000000008&streamId=3000000070001' \
  --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'
Show full

Response Parameters

- HTTP code 200

Response Body - application/json
PARAM NAMEDATA TYPEDESCRIPTION
JSON Object

Top-level response wrapper for Delete Post

result String

'success' on success.

Possible Response Codes

HTTP CodeDescription
200

Success response

Sample Response: HTTP 200

Post deleted successfully.

Copied!
  {
    "result": "success"
  }
                
Show full

Duration: 1 minute | Threshold: 60 | Lock period: 1 minute

Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.