US05: DeleteEdgeType
3 Scenarios
User Story
Scenario: Delete existing edge type
Given database contains an edge type with ID {edgeTypeId}
When I send a DELETE request to /api/edgetypes/{edgeTypeId}
#UAC01
Then the response status should be 204 No Content
#UAC02
And the edge type should be removed from the database