Skip to main content

Log Out Subscriber

This request logs out the currently active subscriber.

post/subscribers/logout

Sample Request

This is a sample POST request to log out the currently active subscriber:

curl -X POST \
'https://api.carrierx.com/conference/v1/subscribers/logout' \
-u '[your_user_name]:[your_password]'

Sample Response

204 status code with an empty body.