You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
This endpoint deletes a service instance. When deleting a user-provided service instance, this endpoint will
33
+
34
+
This endpoint deletes a service instance. User provided service instances do not require interactions with
35
+
service brokers, therefore the API will respond synchronously to the delete request. For managed service instances,
36
+
the API will respond asynchronously.
37
+
38
+
If failures occur while deleting managed service instances, the API might execute orphan mitigation steps
39
+
accordingly to cases outlined in the [OSBAPI specification](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#orphan-mitigation)
0 commit comments