delete https://slemma.com/api/v1/users/
Permanently deletes an user. It cannot be undone. Also immediately deletes any objects (datasets, dashboards, etc.) created by this user.
The following are the examples of HTTP status codes including errors that API can generate
Response codes | Response content | Description |
---|---|---|
200 OK | A user has been deleted successfully. | |
403 Forbidden | Access denied | Access to the user is denied. |
404 Not Found | Object not found | A user with the specified key was not found. |