API Reference
Reference for the API
JavaScript
import Dasdk from 'dasdk'; const client = new Dasdk({ apiKey: 'My API Key', }); await client.user.delete('username');
This can only be done by the logged in user.
The name that needs to be deleted
Invalid username supplied