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

Path Parameters

token_id
string
required

Response

Successful Response