AT1:
- given:
- I have an entity defined as a user
- when:
- I delete this entity
- and error occurs during the deletion
- then:
- I get a successful response
- expected:
- I get an error response explaining reason and which component is affected.
AT2:
- when:
- I delete a non existing entity
- then:
- I get a successful response or an internal server error
- expected:
- I get a not found response (404)
AT3:
- when:
- I update a non existing entity
- then:
- I get a successful response or an internal server error
- expected:
- I get a not found response (404)
The following items relate to an entity: single reports, combined reports, dashboard, collections, alerts, report shared, dashboard shares