DELETE /mdp/auth
Clears the auth cookie used by browser-based clients.
Request
No body is required.
Response
Status 204 No Content
Headers:
Set-Cookie: cookie-clearing directiveCache-Control: no-store
Error cases
| Status | Shape | When it happens |
|---|---|---|
400 | { "error": string } | Invalid auth request handling |
404 | empty body | Wrong path or unsupported method |