We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90027fe commit 599e817Copy full SHA for 599e817
docs/api/rest_api/rest_api_authentication.md
@@ -259,7 +259,7 @@ A person with minimal insight into this application and the company can easily s
259
260
To log out is to `DELETE` the session using its ID (like in the cookie). As this is an unsafe method, the CSRF token must be presented.
261
262
-```text
+```http
263
DELETE /user/sessions/go327ij2cirpo59pb6rrv2a4el2 HTTP/1.1
264
Host: www.example.net
265
Cookie: IBX_SESSION_ID98defd6ee70dfb1dea416=go327ij2cirpo59pb6rrv2a4el2
0 commit comments