Deletes a post from the feed
Delete a post by its ID.
Endpoints
Copy full URL
Request URL
https://ServerDomain/pulse/api/deleteStream
Scope
ZohoPulse.feedList.DELETECopied!
Header
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Request Parameters
- Query Parameters
| PARAM NAME | DATA TYPE | DESCRIPTION |
|---|---|---|
| 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 NAME | DATA TYPE | DESCRIPTION |
|---|---|---|
| JSON Object | Top-level response wrapper for Delete Post | |
| result | String | 'success' on success. |
Possible Response Codes
| HTTP Code | Description |
|---|---|
| 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.