Purge the authenticated viewer's rebuildable AppView data.
Input
Encoding
application/jsonOutput
Encoding
application/jsonErrors
PurgeFailed
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": "PurgeFailed"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Purge the authenticated viewer's rebuildable AppView data."
}