To delete a user, you'll need to call this:
curl -X DELETE http://app.cloudmattr.com/api/v1/users/:id \ -H "Accept: application/json" -H "Content-Type: application/json" \ -H "Authorization: YOUR_API_KEY"