Given I am
authenticated as customer
K0002
and
there is a Phone Book
with
- id: 100
- number: +49 (66) 1234-555
- name: Phone Book
and
there is a second Phone Book
with
- id: 200
- number: +49 (66) 1234-666
- name: Phone Book 2
When I send DELETE /api/customers/K0002/phone-books
Then I should receive HTTP/1.1 200 ok