curl --request DELETE \
--url https://api.vida.dev/api/v2/tokens \
--header 'Content-Type: application/json' \
--data '{
"token": "9fe4f9...."
}'
{
"success": true,
"message": "Token deleted successfully"
}
Delete a token from your account
curl --request DELETE \
--url https://api.vida.dev/api/v2/tokens \
--header 'Content-Type: application/json' \
--data '{
"token": "9fe4f9...."
}'
{
"success": true,
"message": "Token deleted successfully"
}
Vida API Token
Successful response
The response is of type object
.