Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url 'https://api.vida.dev/api/v2/tokens?token=' \ --header 'Content-Type: application/json' \ --data ' { "token": "9fe4f9...." } '
{ "success": true, "message": "Token deleted successfully" }
Delete a token from your account
Vida API Token
Token for deletion
Successful response
true
"Token deleted successfully"