OBJECTS
Remove Object Subscriptions
API to remove object subscribers
DELETE
Authorizations
Pass as Bearer <API_KEY>
. Get API Key from SuprSend dashboard Developers -> API Keys section.
Path Parameters
Unique identifier of the object in your system
Used to group similar objects together. Give plural namespace like teams, organizations, and roles.
Body
application/json
List of recipients to be notified. You can either add recipient as array of distinct_ids or array of recipient objects. You can add upto 100 recipients in a single API.
Pass user distinct_ids in array as ["id1","id2"]
Response
204
_mintlify/placeholder
204 - No Content
Was this page helpful?