Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
curl --request DELETE \
--url https://api.example.com/v2/auth/tokens/{token_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a specific OAuth token, revoking it at the provider first.
Only the token owner can delete it.
curl --request DELETE \
--url https://api.example.com/v2/auth/tokens/{token_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyo-1777658790-7be347c.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?