Monitoring Deleted Objects
Sometimes data is deleted from the underlying platform that Rutter syncs data from. When supported, Rutter will query for deleted data and remove it from its system. This means the data will no longer be available in the response of GET
endpoints.
To keep your own data in sync with Rutter's system, you can either query for deleted events of type object_deleted
via the Events API, or you can subscribe to Delete Webhooks. These sources will expose the Rutter id
of the deleted object so that you can remove them from your own database.