در حال بارگذاری…
Revokes every session of the caller except the one making the request — "sign out everywhere else". The calling session stays valid.
auth:sanctum)None.
{
"message": "Other sessions revoked successfully."
}
Every other token of the caller is deleted; further requests with any of them return 401. A user with only the calling session keeps it and gets the same response.
| Status | Description | Reference |
|---|---|---|
| 401 | Not authenticated |
| Authentication error |