swisscom/open-service-broker

last_operation does not behave according to spec

seilc1 opened this issue · 0 comments

Problem

last_operation does not return a 410 when the delete of the service instance was successful:
see: SPEC

Requirements

  • last_operation returns 410 when service_instance has been deleted
  • last_operation returns 404 when service_instance does not exist
  • last_operation returns 200 with correct data when service_instance exists.