Logo
Salesforce Developers API Documentation

Delete Subscription

DELETE {{_endpoint}}/services/data/v{{version}}/chatter/subscriptions/:SUBSCRIPTION_ID

Information about the specified subscription. Also used to delete a subscription, for example, to unfollow a record or a topic. A subscription ID is returned as part of the response body for follower and following resources, for example, /records/recordId/followers. In addition, subscriptions IDs are also returned in many summary response bodies, such as group summary or user summary.

https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_subscriptions.htm

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE '/services/data/v61.0/chatter/subscriptions/:SUBSCRIPTION_ID'

ENDPOINTS