cURL
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).
OAuth provider ID to revoke for current user
Successful Response
Was this page helpful?