Remove invitee data from all previously booked events in your organization.. Visit official API Doc
client.data_compliance.delete_invitee_data(emails: %w[test@email.org test2@email.org])
Remove scheduled events data within a time range for your organization. Visit official API Doc
client.data_compliance.delete_scheduled_event_data(start_time: "2019-01-02T03:04:05.678123Z", end_time: "2021-01-01T02:04:05.678123Z")