flushdb #
Empties the database dedicated to client applications (the reserved space for Kuzzle is unaffected).
Query Syntax #
HTTP #
URL: http://kuzzle:7512/ms/_flushdb
Method: POST
Other protocols #
{
"controller": "ms",
"action": "flushdb"
}
Response #
Returns 1
.
{
"requestId": "<unique request identifier>",
"status": 200,
"error": null,
"controller": "ms",
"action": "flushdb",
"collection": null,
"index": null,
"result": 1
}
Edit this page on Github(opens new window)