# [2021-06-03] Nylas updates

Source: https://developer.nylas.com/docs/new/v2-release-notes/2021-06-03-nylas-updates/

## Account Deletion

We have released a new endpoint `DELETE /a/{client_id}/accounts/{id}`, that lets you delete an account. Using account delete will make the account immediately unavailable and stop all billing. Learn more in our [documentation](/docs/api/v2/#delete-/a/-client_id-/accounts/id).

## New Message Updated Webhook

You can now get alerted when a message is updated. The message.updated webhook will fire when:

- A message is starred or unstarred
- A message is set to read or unread
- A message is archived
- The message folder is changed.
- The message label is changed.

See the [`message.updated` webhook schema](/docs/v2/developer-guide-v2/webhooks/webhook-schemas/#message-updated-notifications) for more information.