Delete a specific subscription from the subscriber.
DELETEhttps://localhost:8900/subscriber/:subscriber_id/:event_type
Delete a specific subscription from the subscriber.
Request​
Path Parameters
subscriber_id stringrequired
The identifier of the subscriber
event_type stringrequired
The action event type.
Responses​
- 200
The subscriber
- application/json
- Schema
- Example (from schema)
Schema
id string
The identifier of this subscriber
subscriptions
object
{
"id": "string",
"subscriptions": {}
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://localhost:8900/subscriber/:subscriber_id/:event_type' \
-H 'Accept: application/json'