Skip to main content
DELETE
/
v2
/
auth
/
tokens
Delete Oauth Tokens For User
curl --request DELETE \
  --url https://api.example.com/v2/auth/tokens
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Query Parameters

provider_id
string
required

OAuth provider ID to revoke for current user

Response

Successful Response