Revoke supplied session credentials and expire a supplied browser cookie
DELETE/api/v1/session
Logout is idempotent. A cookie, ordinary bearer session, both, or neither may be supplied; any supplied recognized session credentials are revoked. Personal access tokens cannot use this credential-management route. Browser requests are subject to same-origin checks.
Responses
- 204
- 403
- 421
- 503
Supplied credentials are revoked or were already absent
The browser mutation did not originate from this application, or the authenticated member lacks the required permission
The Host authority is not allowed by the loopback deployment profile
A required core dependency is unavailable; retry with bounded backoff