curl --request DELETE \
--url https://api.trieve.ai/api/auth
Invalidate your current auth credential stored typically stored in a cookie. This does not invalidate your API key.
curl --request DELETE \
--url https://api.trieve.ai/api/auth
Confirmation that your current auth token has been invalidated. This does not invalidate your API key.
Was this page helpful?