curl -X DELETE "https://app.talkover.ai/api/v1/user/api-tokens/token-uuid-1" \ -H "Authorization: Bearer your_user_session_token"
{ "message": "Token revoked" }
Revoke a personal access token (PAT)
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
401
DELETE /api/v1/user/api-tokens/{token_id}
Bearer <user_session_token>
Was this page helpful?