Deletes a project by marking it as deleted and removing all user associations and recent project entries.Path Parameters:
project_id (int): The ID of the project to delete.
Request Headers:
X-Authorization-Consistency-Token (string, optional): Authorization consistency token for read-after-write consistency. Pass the token received from a previous write operation to ensure this read reflects that write.
Returns:
A response containing the serialized project data.