US05: DeleteNodeType
4 Scenarios
User Story
Scenario: Delete existing node type with no nodes
Given a node type exists with ID "doc" and has no nodes
When I send a DELETE request to /api/NodeTypes/doc
#UAC01
Then the response status should be 204 No Content
#UAC02
And the node type should be removed from the database