Drop Sessions
To terminate all active sessions, use the following request:
DELETE http://onapp.test/users/drop_all.xml
DELETE http://onapp.test/users/drop_all.json
XML Request Example:
curl -i -X DELETE -u user:userpass http://onapp.test/users/drop_all.xml -H 'Accept: application/xml' -H 'Content-type: application/xml'
JSON Request Example:
curl -i -X DELETE -u user:userpass http://onapp.test/users/drop_all.json -H 'Accept: application/json' -H 'Content-type: application/json'