11:18:39 Hi, I am trying to remove/edit the default e164_converters in number_manager but I can't seem to remove them via curl, any ideas? 11:18:59 I need to remove some of the default US stuff to make it work in the UK correctly 11:19:34 this rule needs to be changed 11:19:35         "^011(\\d{5,})$|^00(\\d{5,})$": { 11:19:36           "prefix": "+" 11:19:36 to 11:19:41         "^00(\\d{5,})$": { 11:19:42           "prefix": "+" 11:20:17 but all that happens is that it adds that separate rule but doesn't remove the old. When I check the doc using bigcouch db utils webpage it doesn't even show that field, it doesn't show any of the default fields just the ones I've tried to modify 11:27:55 any suggestions would be appreciated :) 15:19:06 BadRequest: cd_storage was not running. i have started but still not working 15:19:44 i do get a 404 error on the 'GET /v2/accounts/{ACCOUNT_ID}/storage'with a cause of bad identifier (the account) 15:20:03 do i need to enable for accounts individually? 16:54:40 mc_ any updates for v5? Do you think it will show up around April time? 18:22:21 btracht1210: 404 bad identifier, means there is not storage configuration for that account, yet. Now that cb_storage was started, you issue a PUT request to that API with a JSON file to configure storage for the account. 18:23:40 btracht1210: https://docs.2600hz.com/supported/applications/crossbar/doc/storage/ 18:37:22 mc_ any updates for v5? Do you think it will show up around April time? 22:44:50 BadRequest: thanks for the help!! 22:58:48 btracht1210: You are welcome.