Delete Subscriber
DELETE/resources/subscribers/:id
Delete Subscriber
Request
Path Parameters
id uuidrequired
Unique ID of a Subscriber.
Responses
- 204
- 401
- 404
There is no content to send for this request, but the headers may be useful.
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]
Loading...