revokeTokens #
Revokes every token of a given user.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/users/<_id>/tokens
Method: DELETE
Other protocols #
{
"controller": "security",
"action": "revokeTokens",
"_id": "<kuid>"
}
Arguments #
_id
: user kuid
Response #
{
"status": 200,
"error": null,
"result": null,
"action": "revokeTokens",
"controller": "security",
"requestId": "<unique request identifier>"
}
Edit this page on Github(opens new window)