in packages/app/src/tokens-provider.tsx [79:85]
await fetch('/_/api/v1/token', {
method: 'DELETE',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify(token)
});