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{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete all tokens for the current user for the given provider (across agents).
curl --request DELETE \
--url https://api.example.com/v2/auth/tokens{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth provider ID to revoke for current user
Successful Response
Was this page helpful?