Delete a specific subscription from the subscriber.​
Delete a specific subscription from the subscriber.
Path Parameters
- subscriber_id string required
The identifier of the subscriber
- event_type string required
The action event type.
Responses
- 200
The subscriber
- application/json
- Schema
- Example (from schema)
Schema
- id string
The identifier of this subscriber
subscriptions object
The dictionary of subscriptions, where the key is the message type
property name*
object
{
"id": "string",
"subscriptions": {}
}
Loading...