Delete by id
DELETEhttps://localhost:8900/subscriber/:subscriber_id
Delete the subscriber with a defined id.
Request​
Path Parameters
subscriber_id stringrequired
The identifier of the subscriber
Responses​
- 204
no content
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://localhost:8900/subscriber/:subscriber_id'