Future<Map<String, dynamic>> delete(String id) => _client._request('DELETE', '/domains/$id', useApiBase: true);