Unenroll from the Stratos service, revoking the session and deleting the enrollment record from the user's PDS.
Input
Encoding
application/jsonOutput
Encoding
application/jsonsuccess
boolean
Optional
No description available.
Errors
NotEnrolled
AuthRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"errors": [
{
"name": "NotEnrolled"
},
{
"name": "AuthRequired"
}
],
"output": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Unenroll from the Stratos service, revoking the session and deleting the enrollment record from the user's PDS."
}