Deprovision a service instance
delete
/ords/_/db-api/stable/openservicebroker/v2/service_instances/{instance_id}
This service exists to satisfy Open Service Broker orphan mitigation flows. Service instances are not persisted by ORDS. As a result, there are no objects to delete.
Request
Path Parameters
-
instance_id: string
Instance id of instance to provision.
Header Parameters
-
X-Broker-API-Originating-Identity(optional): string
The identity of the Platform user that initiated the request from the Platform. The value for this header consists of two parts which are described in the Open Service Broker specification.
-
X-Broker-API-Request-Identity(optional): string
A Platform might wish to uniquely identify a specific request as it flows throughout the system. This header holds that request tracking information.
-
X-Broker-API-Version: string
The version number of the Service Broker API that the Platform will use.
Response
204 Response
Confirmation that the service instance does not exist in ORDS. There is no content returned.