async deleteProject(projectKey) {
        return this.apiClient.apis[this.API_GROUP]
            .deleteProject({ projectKey: projectKey })
            .then(response => {
                return response.body;