# [OAuth 2.0] Clear SSO

Deletes user's SSO cookie for given project.


{% html name="div" attrs={"class": "notice"} %}
Notice

Rate limits for client-side methods are applied to this method.
{% /html %}

Endpoint: GET /oauth2/clear_sso
Version: v1

## Query parameters:

  - `projectId` (string, required)
    Login project ID from Publisher Account.

## Response 429 fields (application/json):

  - `error` (object, required)

  - `error.code` (string, required)
    Error code.
    Example: "003-061"

  - `error.description` (string, required)
    Error description.
    Example: "Object not found."

  - `error.details` (object)
    Additional information.


## Response 204 fields
