Delete project document slot
Created by: adarsh-murthy
Delete button that makes calls to project service first and then to document service to delete a document from projects. The function to talk to project service first makes a get request to get all the documents and obtain the project document id and then makes the delete call to delete the document slot. Once this is done, it updates the states and calls document service with document id to delete the document from document service. Building with building id 203695 has a project where you can test it. You also need to get on the delete-button branch for documentservice for this to work. Authorize documentservice to talk to userservice.